An open API service indexing awesome lists of open source software.

https://github.com/InRaiDi/TwitterSpider

Parsing tweets from Twitter Profiles with Python
https://github.com/InRaiDi/TwitterSpider

Last synced: 4 months ago
JSON representation

Parsing tweets from Twitter Profiles with Python

Awesome Lists containing this project

README

          

# 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