forked from ideoforms/python-twitter-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (18 loc) · 975 Bytes
/
README
File metadata and controls
28 lines (18 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
python-twitter-examples
------------------------------------------------------------------------
A set of Python scripts to demonstrate interactions with the Twitter API
via the Python Twitter Tools module:
http://mike.verdone.ca/twitter/
You will need to authenticate with Twitter to use these scripts. To do
so, sign up for developer credentials and create a Twitter app here:
https://dev.twitter.com/apps/new
Then add your consumer and access tokens to `config.py`.
This collection was first developed for a 2012 laboratory in social data
mining for the MA/MSc Digital Sociology, Digital Journalism and Creating Social
Media courses at the Centre for Creative and Social Technology, Goldsmiths,
University of London.
http://www.gold.ac.uk/pg/ma-msc-digital-sociology/
For comments, updates and patch submissions, please contact:
Daniel Jones <[email protected]>
http://www.erase.net
------------------------------------------------------------------------