/Twitter-Crawler

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

Primary LanguagePythonMIT LicenseMIT

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