Skip to content

Python code let you collect Twitter data using Tweepy library.

Notifications You must be signed in to change notification settings

ahmadamoudi/TwitterData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collecting Tweets from Twitter API

The main purpose of this repository is how to collect data from Twitter using Tweepy library by enter keyword in the console.

Store data into

  • CSV file (CollectingTwitterDataIntoCSV.py)
  • MongoDB (CollectingTwitterData.py)