Skip to main content

A Python module to make it easy to connect to twitter from AWS

Project description

# awstwitter
Securely store Twitter API credentials in AWS EC2 Systems manager.

The secret credentials are encrypted using KMS.

Usage:

```python
import awstwitter

credentials = awstwitter.retrieve_credentials('my_namespace')

print 'consumer_key', credentials['consumer_key']
print 'consumer_secret', credentials['consumer_secret']
print 'access_token', credentials['access_token']
print 'access_token_secret', credentials['access_token_secret']
```


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

awstwitter-1.0.3.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

awstwitter-1.0.3-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 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