A Twitter bot written in Python using Tweepy

Twitter Like and Retweet Bot A Twitter bot written in Python using Tweepy and hosted on a server. It will like and/or retweet tweets that contain single or multiple keywords and hashtags. Instructions Apply for Twitter Developer Access with the account you want the bot to be used for. Create a new Twitter Application to generate your private keys, secrets, and tokens. Make sure the app settings has Read and Write permissions. Create a file named credentials.py to hold the […]

Read more

A Pluggable And Powerful Telegram Manager Bot

FRIDAY-USERBOT A Powerful, Smart And Simple Userbot In Pyrogram. Repl ๐Ÿงจ Locally ๐Ÿ† $ git clone https://github.com/DevsExpo/FridayUserbot $ cd FridayUserbot $ python(3) string_gen.py Deploying To Heroku โš™ Self-hosting (For Devs) โš” # Install Git First // (Else You Can Download And Upload to Your Local Server) $ git clone https://github.com/DevsExpo/FridayUserbot # Open Git Cloned File $ cd FridayUserbot # Install All Requirements $ pip(3) install -r requirements.txt # Create local.env with variables as given below # Start Bot $ python(3) […]

Read more

An easy-to-use Discord bot written in Python

AniSearch AniSearch is an easy-to-use Discord bot written in Python that allows you to search for anime, manga, characters, staff, studios and much more directly in Discord and displays the results as paginated embeds! You can also: Search for a random anime or manga of a specific genre. View the opening and ending themes of an anime. View another user’s profile with anime and manga stats from AniList, MyAnimeList or Kitsu. Search for the anime or the source of an […]

Read more

A powerful Python 3 wrapper for the Roblox Web API

ro.py ro.py is an object oriented, asynchronous wrapper for the Roblox Web API (and other Roblox-related APIs) with many new and interesting features. ro.py allows you to automate much of what you would do on the Roblox website and on other Roblox-related websites. Update: ro.py rewrite We are currently working on a complete ro.py rewrite, and as such we are not accepting feature requests until the rewrite branch is on par with the main branch.If you’d like to give suggestions […]

Read more

A simple, multipurpose Discord bot

EpicBot EpicBot is a multipurpose Discord bot that was designed to make your Discord life easier and cooler. It is also an open source project which other developers can contribute to and work on it together. Features ๐Ÿ“Œ Over 130+ commands! ๐Ÿ”ผ 99%+ uptime. ๐ŸŸข Low latency, super fast response time. ๐Ÿ’ป Web dashboard! (coming soon) ๐ŸŽถ Extremely high quality Music playback. ๐ŸŽŠ Welcome and Leave messages, Autorole. โœจ Level up system. ๐ŸŽ‰ Giveaway commands. ๐Ÿ”จ Powerful moderation. ๐ŸŽ€ Regularly […]

Read more

Cryptocurrency trading bot with a graphical user interface

algobot Cryptocurrency trading bot that allows users to create strategies and then backtest, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Installation Please make sure you have an installation of at least Python 3.6. For Linux/MacOS: python -m venv .venv source .venv/bin/activate pip install -r requirements.txt For Windows: python -m venv venv call venv/Scripts/activate pip install -r requirements.txt If your install fails, please make sure to have Visual Studio Build […]

Read more
1 2 3 4