Skip to content

katiefg/twitter_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Scraper

This is a scraper for the most recent 3240 from a single twitter user.

Setup

First install the requirements. pip install -r requirements.txt (In this case it's just tweepy, but more things might happen down the line...)

Next, you have to set up your consumer key, consumer secret, access key and access secret. To get the consumer key and consumer secret, register a client application with Twitter here.

Then for the access key/secret, follow these instructions.

When you're all done with that, open up that keys.txt file and put those codes in where the text tells you to.

Use

Just run tweet_scraper.py. You'll be prompted for the username you want to use and the results will be saved in the Results folder! (I left dog_rates.txt in there for fun...)

About

A twitter scraper for one user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages