Skip to main content

A small library to ease tweepy authentication

Project description

## tweepyAuth have you ever wanted to easily get a tweepy api object without any hassle? this is the project for you! its this simple: `py import tweepyauth import tweepy api = tweepyauth.auto_authenticate() print(api.me()) `

you can install this great library using pip with pip3 install tweepyauth ___ optional arguments for auto_authenticate() are as follows:

tokenfile= (string) the file to read from or write twitter tokens to [defaults to ‘twitter_tokens.txt’] keyfile= (string) the file to read from or write twitter (consumer) keys to [defaults to ‘twitter_keys.txt’] silent= (bool) determines if console output should be printed [defaults to False]

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

tweepyauth-1.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

tweepyauth-1.1.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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