Skip to content

yuanqili/twitter-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterScrapper

Directory structure

  • AppAuthClient.py: A Client instance is used to connect to the Twitter API server and make queries.
  • db.py: It contains both schema of the Tweet database and database connector that can create and update a database.
  • utilities.py: It contains some useful helper functions.
  • TwitterScrapper: CONSUMER_KEY and CONSUMER_SECRET are used to connect to the Twitter API server, and DB_PATH refers to which database the data should be stored. If it doesn't exist, a new database will be created.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages