Skip to content

Raidr1212/AutoGiveawayBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoGiveawayBot

This selfbot is designed to automatically join and notify if you win any giveaways on the discord bot GiveawayBot.

Installation

  • Rename config.py.example to config.py
  • Edit the config to your liking
  • Run Run pip install -r requirements.txt (Python 2), or pip3 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.

Features

  • Auto join giveaways
  • Notify when you win a giveaway win with Telegram.

Acknowledgements

  • Thanks to Merubokkusu for Python selfbot integration.