Twitter Bot Automation
Author: Axel Fernández Curros
Guide to use up a bot to automate Twitter profile.
Install python dependencies
- Linux
pip3 install --upgrade --user git+https://github.com/MarcosFP97/twint.git@origin/master#egg=twint pip3 install tweepy python-dotenv
- Windows
pip install --upgrade --user git+https://github.com/MarcosFP97/twint.git@origin/master#egg=twint pip install tweepy python-dotenv
Clone repository
git clone https://github.com/Axlfc/UE5-python
Navigate into the script folder from the repository directory
cd UE5-python/Content/Python/twitBot
Configure .env file
With your API Keys from Twitter for developers webpage
Run the python script
- Linux
python3 twitBot.py "twit content"
- Windows
python twitBot.py "twit content"