Official Twitter Account Bot for AWS Cloud Community LPU
1. Clone this repo by running this command.
git clone https://github.com/AWS-Cloud-Community-LPU/Twitter-Bot.git
2. Now, run the following commands:
cd Twitter-Bot
pip install -r requirements.txt
This will install all the project dependencies.
3. Configure Bot Key:
File: secrets.ini
A file secrets.ini
is missing as it contains a tokens to access API of Twitter Bot. The file is structured in this way:
[KEYS]
API_KEY = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
API_SECRET_KEY = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
ACCESS_TOKEN = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
ACCESS_TOKEN_SECRET = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
4. 🎉 Run the bot:
python3 main.py