Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 591 Bytes

Twitter Mentors

This is a small script that crawls replies to @sehurlburt's tweet about mentorship and indexes the mentors.

Running Yourself

You need to have Python Twitter Tools and Python YAML package installed.

If these are present, just create a config file twitter-config.yml in same folder as twitter-mentors.py with following format:

consumer_key: xxxx
consumer_secret: xxxx
access_token: 1234-xxxx
access_token_secret: xxxx

Now, just run the twitter-mentors.py file.