twit-bot is a economy based discord bot integrated with Twitter API. Users can link their discord handle with their twitter handles and explore the cool features of the bot.
- Economy system
- MongoDB integration
- Authentication for Twitter handles
- Fun and entertaining commands
- Commands to promote Twitter handles of users
- Pagination
- Report Twitter handles
- Leaderboard
- discord.py 2.1.0
- tweepy 4.9.0
- pymongo 4.3.3
- dnspython 2.2.1
- certifi 2021.5.30
To run this project, you will need to add the following environment variables to your .env file
MONGO_URL - Mongo Datbase URL
API_KEY - Twitter API key
API_SECRET - Twitter API key secret
BEARER_TOKEN - Twitter API key secret
ACCESS_TOKEN - Twitter API access token
ACCESS_TOKEN_SECRET - Twitter API access token
DISCORD_TOKEN - Discord token
- Clone or download the repository
- Create a .env file and add the necessary environment variables.
- Install the necessary dependencies using your package manager
- Run the bot