This Twitter bot, developed in Python, is designed to retrieve images from Reddit and post them on Twitter.
- Including lightweight features
- Easily customizable
- Checking for duplicate image hashes
- Tweet scheduling
- The following code is running in V1.1 ACCESS of the Twitter Developer in Standalone Apps section.
- Clone the repository by entering the following command in your terminal (Linux, Mac) or Command Prompt (Windows).
if u get an error like: 'git' is not recognized as an internal or external command, u need to download Git.
- For more help visit
- Or just download the repo
git clone https://github.com/aadityabhoyar/twitter-meme-bot-python
- To get started, you will need to download the library by entering the following command in the terminal.
pip install -r requirements.txt
- Now fill the important information in main.py
Variable |
---|
api_key |
api_secret |
bearer_token |
access_token |
access_token_secret |