The most annoying bot on Discord

FBot The most annoying bot on discord Features Lots of fun stuff Message responses, sort of our main feature, no big deal. FBot can respond to a wide range of messages, this is also referred to as it’s the spam feature, and can be used to encourage users to spam in specific channels while also giving everyone a bit of fun Counting (yay?). Yes we said it, counting. This allows your members to practise their first grade counting skills and […]

Read more

An API wrapper for Discord written in Python

discord.py A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. Key Features Modern Pythonic API using async and await. Proper rate limit handling. 100% coverage of the supported Discord API. Optimised in both speed and memory. Installing Python 3.5.3 or higher is required To install the library without full voice support, you can just run the following command: # Linux/macOS python3 -m pip install -U discord.py # Windows py -3 -m pip install […]

Read more

CoWIN Auto Booking Slot With Python

CoWin-Termux Auto Slot Booking when there is a vaccine slot available at your location, by running a script on your phone. Getting Started By using Tremux you can run script and recieve the notification on your phone. Install Termux Installing Packages and Requirements OTP Fetching Methods // Three Options // AutoMode (a) : Fetch OTP using Termux:API App Install Termux:API ( Required v 0.31 to read SMS ) Apkpure Link. SiteMode (s) : Fetch OTP from Database Hosted on Cloudflare […]

Read more

A simple introductory discord bot that give introduction

introductoryBot This is a very very very simple introductory dicord bot that give introduction. Type “!intro” to call the bot. It is made in Python 3.9.0. It’s very customizable. Step 1: Go to https://discord.com/developers/applications and click on new application Step 2: Give it a name Step 3: Go to bot and click add bot. Step 4 Go to OAuth2 and select the scope type as ‘bot’ in OAuth2 URL Generator Step 5 Select permissions as you want(Make sure that you […]

Read more

A Discord API Wrapper for Userbots/Selfbots written in Python

DisCum A simple, easy to use, non-restrictive, synchronous Discord API Wrapper for Selfbots/Userbots written in Python. Discum is a Discord self/userbot api wrapper (in case you didn’t know, self/userbotting = automating a user account). Whenever you login to discord, your client communicates with Discord’s servers using Discord’s http api (http(s) requests) and gateway server (websockets). Discum allows you have this communication with Discord using python. The main difference between Discum and other Discord api wrapper libraries (like discord.py) is that […]

Read more

A free and open source crypto trading bot written in Python

Freqtrade Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning. Disclaimer This software is for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS. […]

Read more

A bot that posts a Hadith every hour on Twitter & Facebook with python

Hadith Every Hour A bot that posts a Hadith every hour on Twitter & Facebook. (Every 3 hours for now to avoid spamming) Status Currently posting the Hadiths from Sahih al-Bukhari in serial. Concept It’s really simple. GitHub action is written in this file. You can notice a scheduler – on: schedule: – cron: “0 */3 * * *” And the rest of the process is self explanatory. A tracker is used to put the latest posted Hadith number in […]

Read more

A multilanguage Telegram shop bot with Telegram Payments support

Greed A customizable, multilanguage Telegram shop bot with Telegram Payments support! Demo Send a message to @greedtestbot on Telegram to view a demo of the bot in action! Use the special credit card number 4242 4242 4242 4242 to add unlimited credit to your account. Screenshots Installation This installation procedure assumes you are on a Linux system, using bash and have python3.8 installed. Requirements Consider renting a VPS to host the bot on; a cheap one should do, as greed […]

Read more

Bot for tenhou.net riichi mahjong server written in Python

tenhou-python-bot Bot was tested with Python 3.7+ and PyPy3, we are not supporting Python 2. Mahjong bot For research purposes we built a simple bot to play riichi mahjong on tenhou.net server. Here you can read about bot played games statistic: versions history How to run it? pip install -r requirements/lint.txt Run cd project && python main.py it will connect to the tenhou.net and will play a game. How to run bot battle with pypy To make it easier run […]

Read more

A Simple Instagram Like & Comment Bot written in Python

An Instagram bot written in Python using Selenium on Google Chrome. It will go through posts in hashtag(s) and like and comment on them. Getting Started Please be aware of Instagram’s daily limits for likes and comments to avoid getting your account banned. Prerequisites Python 3 Pip – a python package manager Download this file, open a command prompt and navigate to the folder containing the get-pip.py installer, and run python get-pip.py to install Run pip –version to check if […]

Read more
1 2 3 4