Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 700 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 700 Bytes

PyDFTribute

A Python script that monitors #pdftribute on Twitter in realtime and downloads all .pdf files linked.

PDFs are downloaded to a the directory 'downloads'.

Replace 'username' and 'password', with your Twitter credentials.

Dependencies / Requirements

To install AnyJSON and TweetStream, first install 'python-setuptools'

sudo apt-get install python-setuptools

Then, download the two packages and run

sudo python setup.py install

For pycurl, follow instructions from here: http://pycurl.sourceforge.net/