Skip to content

RushabhShahPrograms/Twitter_Tweets_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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