Skip to content

Parsing tweets from Twitter Profiles with Python

Notifications You must be signed in to change notification settings

InRaiDi/TwitterSpider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TwitterSpider

What it does: Parsing last 20 tweets from Twitter Profiles
How to use:

  1. Replace the link in start_urls variable in twitter_scraping.py for the twitter account that you want to parse
  2. Using Scrapy framework: in folder of project do scrapy runspider twitter_scraping.py -o twitter_results.json
  3. Run twitter_final_view.py
  4. It's all done: results are in file called twitter_view.html

About

Parsing tweets from Twitter Profiles with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages