b4isty / twitter-reports

It is a keyword based report from twitter using tweepy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%