All Projects → ideoforms → Python Twitter Examples

ideoforms / Python Twitter Examples

Licence: mit
Examples of using Python for Twitter social data mining, using the python-twitter-tools framework.

Programming Languages

python
139335 projects - #7 most used programming language

Python Twitter Examples

A set of Python scripts to demonstrate interactions with the Twitter API via the Python Twitter Tools module.

Usage

These examples require Python 3. To install prerequisites:

pip install -r requirements.txt

You will need to authenticate with Twitter to use these scripts. To do so, sign up for developer credentials:

https://apps.twitter.com/

You can create access credentials directly through Twitter's web interface, authorized under the username you used to create the app.

If you want your application to act on behalf of other users (for example, to post on behalf of several usernames), you'll need to authorize each separately. To be guided through this process, run:

python twitter-authorize.py

Then add your consumer and access tokens to config.py.

History

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.

Daniel Jones <[email protected]>
http://www.erase.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].