Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 586 Bytes

File metadata and controls

17 lines (15 loc) · 586 Bytes

Twitter Automation

Steps to follow:

  • Git Clone the repo
  • First create virtual environment
python -m venv myvenv
myvenv\scripts\activate
  • Run the command pip install -r requirements.txt to install required packages
  • Setup your .env file I have shared the .env.example to get the idea
  • Run the python file python app.py
  • And open your http://127.0.0.1:5000/ You will check the logs their.
  • Keep it on 24/7 it will automatically do the process.

Architecture

image