TragicSimp is a discord bot that can send memes, facts, jokes, quotes and track user stats
Download this project
git clone https://github.com/JayP09/discfactbot.git
pip install requirements.txt
1.Go to DISCORD DEV PAGE and create a bot of your choice, then: 2. to get a user id check this Article:
self.TOKEN = 'YOUR DISCORD BOT PUBLIC KEY HERE'
self.OWNER_IDS = ['YOUR USER ID HERE']
Go to MONOGO-DB and
- signup and create a cluster
- click on connect, then connect to the application
- select python 3.6 and above
- get the link
EXAMPLE:
only get the string inside (" ") 5. Enter your username and password and then paste the link here
self.db_link = "your Mongo database link here"
- Go to REDDIT DEV API sign up
- Get the client_id and client_secret and paste them here
- also paste your logo info (username, password) here
self.client_id = "YOUR CLIENT ID"
self.client_secret = 'YOUR CLIENT SECRET'
self.username = "YOUR REDDIT USERNAME"
self.password = "YOUR REDDIT PASSWORD"
- Go to FavQs
- Create a key and paste it here
self.ACCESS_KEY_QUOTES = 'YOUR API KEY HERE'
- From Resources open meme_creator_db.py
- Add your own favorite meme pages in page_list using
['funny', 'your meme page here']
- You are Done!