Skip to main content

Twitter API wrapper using tapioca

Project description

What’s Tapioca?

https://github.com/vintasoftware/tapioca-wrapper

Instalation

pip install tapioca-twitter

Documentation

Initializing

from tapioca_twitter import Twitter

api = Twitter(
    api_key='{your-api-id}',
    api_secret='{your-api-secret}',
    access_token='{your-access-token}',
    access_token_secret='{your-access-token-secret}',
    )

No more documentation needed.

  • Learn how Tapioca works here

  • Explore this package using iPython

  • Have fun!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tapioca-twitter-0.2.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page