Discord bot, which gives users coins for posting images (and tweets) in a certain channel.
- Give coins for posting success images
- Give coins for posting tweets
- Bot checks if the tweet isn't more than a week old, if it's not a retweet and if it has your account mentioned
- Commands for checking/updating coins
.coins
returns how many coins you have.updatecoins @user + 10
(Admin only) adds balance to a user mentioned.updatecoins @user - 10
(Admin only) substracts balance from a user mentioned
You need to have Python installed for this to work.
1.
Change the active directory of your CMD/terminal to this folder (cd
on Mac/Linux, dir
on Windows)
2.
Run pip install -r requirements.txt
, that will install all the dependencies.
3. Set up the configuration files. Guide how to do so is here
Before running, make sure you fill your info into all the files inside the configuration folder.
4.
Run python3 main.py
, that will start the bot!
Licensed under the MIT License - see the LICENSE file for more details.
Made by rtuna.