Skip to content

Exploring functionality of the Twitter API in Python. Sign up for Twitter developer credentials at https://developer.twitter.com/en/apply-for-access.html and try on your own

License

Notifications You must be signed in to change notification settings

michemcc/twitter-api-utils

Repository files navigation

Twitter API Utilities in Python 3

A set of Python scripts to demonstrate interactions with the Twitter API via the Twitter Developer Utilities 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 authorize-users.py

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

Michael McCarthy <michemcc@outlook.com>
https://www.linkedin.com/in/michemcc/

About

Exploring functionality of the Twitter API in Python. Sign up for Twitter developer credentials at https://developer.twitter.com/en/apply-for-access.html and try on your own

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages