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']
```
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.2.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file awstwitter-1.0.2.tar.gz
.
File metadata
- Download URL: awstwitter-1.0.2.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 023ce675b67f8258995e9870e143f912405ecc3593d5ae2df1c7baa1ff17c786 |
|
MD5 | 51eaa905f297db77b5702f3e4faa5b93 |
|
BLAKE2b-256 | 69d8682a5360bb53663d892ca31e05da231afc0056cb04beb63df20d01129084 |
File details
Details for the file awstwitter-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: awstwitter-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb39e056a035edeea1a7d630d4d22cc0c47b04fb9b0d6040d53b2f5ed34aa2bd |
|
MD5 | a47278d197f192c33c4a2b1e1f4afb2b |
|
BLAKE2b-256 | d1a15d19f881ac9c32a4b2091776e2f8dcab0b3e4e68d957b8c4600bcb58e2e7 |