Git clone https://github.com/PixelNoob/ai-twitter
cd ai-twitter
cp example.env .env
nano .env [Copy your credentials on .env]
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python app.py ## run app2.py or app3.py to run different version
app.py
generates sarcastic comments on news and tweets them.
app2.py
generates motivational tweets to inspire your audice.
app3.py
generates factual tweets about 100 different supplements.