This selfbot is designed to automatically join and notify if you win any giveaways on the discord bot GiveawayBot.
- Rename
config.py.example
toconfig.py
- Edit the config to your liking
- Run
Run pip install -r requirements.txt
(Python 2), orpip3 install -r requirements.txt
(Python 3) - Run
telegram-send configure
if you are going to use Telegram notifications. - Run
py bot.py
to start the bot.
- Auto join giveaways
- Notify when you win a giveaway win with Telegram.
- Thanks to Merubokkusu for Python selfbot integration.