Skip to main content

Crawling twitter in Python

Project description

GotchaTwitter
======

Example
------
input = [<screen_name_1>, <screen_name_2>]
access_token = <pushbullet_token>
output_fp = <filepath you want to save>
with GotchaTwitter('timeline', input, output_fp) as gt:
gt = gt.set_output(save_mode='w', has_header=True) \
.set_notifier('pushbullet', access_token=access_token)
gt.crawl()

Notifier Setting
------
### PushBullet
1. Register a [PushBullet](https://www.pushbullet.com/) account and create an access token in your account setting.
2. Download Pushbullet app on your device (iOS tested).

Install lxml on Amazon Linux AMI (2016.03.3)
------
sudo yum install libxml2-devel libxslt-devel python-devel gcc
sudo pip install --upgrade setuptools
sudo /usr/local/bin/easy_install lxml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gotchatwitter-0.1.13.tar.gz (6.6 kB view hashes)

Uploaded source

Built Distribution

gotchatwitter-0.1.13-py2-none-any.whl (9.5 kB view hashes)

Uploaded py2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page