ignatiusniko / Twitter-Crawler

A twitter crawler in Python. Crawling tweets using scrapy and scrapinghub.

Home Page:https://scrapinghub.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Crawler

This project is only meant for educational purposes.

Extracted data

This project extracts quotes, combined with the respective author names and tags. The extracted data looks like this sample:

{
    'text' : tweets
}

Deploy to Scrapy Cloud

You can deploy them to Scrapy Cloud using the shub deploy command, such as:

$ pip install shub
$ shub login
$ shub deploy

About

A twitter crawler in Python. Crawling tweets using scrapy and scrapinghub.

https://scrapinghub.com/

License:MIT License


Languages

Language:Python 100.0%