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.1.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file awstwitter-1.0.1.tar.gz
.
File metadata
- Download URL: awstwitter-1.0.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1bd06f65dfc23525ea138c0a6fb4016c77f6e041c33f70761e80311d6e976da |
|
MD5 | c8551c29d8fff597bd562f95c3f4d230 |
|
BLAKE2b-256 | 07af831db8556d17805543518621ed7b63a5555355a4d432e8c56f0308c10693 |
File details
Details for the file awstwitter-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: awstwitter-1.0.1-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 | 2a7eff5a0d035f0d77a058753565885e1bcdca0577172b903e7f98313684be32 |
|
MD5 | 135f23ac5b5efea8a6371ebbdc607ce3 |
|
BLAKE2b-256 | d9d5b21f2083f1041ff55084a6036719c1d7adfddf4020999535bdcf69a674d4 |