Skip to content

It is a keyword based report from twitter using tweepy

Notifications You must be signed in to change notification settings

b4isty/twitter-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Reports

Installation and run

Create virtualenv (Python3.6)

$ python3.6 -m venv myvenv

Activate virtualenv using

source myvenv/bin/activate

Clone this repo

git clone https://github.com/b4isty/twitter-reports.git

Install dependencies

pip install -r requirements.txt

Put your API_kEY , API_SECRET_KEY , ACCESS_TOKEN, ACCESS_TOKEN_SECRET in twitter_credentials.py file

API_kEY = ""
API_SECRET_KEY = ""
ACCESS_TOKEN = ""
ACCESS_TOKEN_SECRET = ""

Go to the project directory and run the program using

python twitter_reports.py

About

It is a keyword based report from twitter using tweepy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages