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.3.tar.gz
(8.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file awstwitter-1.0.3.tar.gz.
File metadata
- Download URL: awstwitter-1.0.3.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7517306577ccd05671514241f6bdefb9d30a484f0e9fc353757bbbd9d6043d56
|
|
| MD5 |
933a2eb2752d57176e691a5763182705
|
|
| BLAKE2b-256 |
4bc17a44dfa7dd74d249741fb8c5d5744b1f57595de546d8e5678737c7459066
|
File details
Details for the file awstwitter-1.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: awstwitter-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12e42d977a101c99ec2864820583c9d67efc07027fa96d4797a0a3790a7ada11
|
|
| MD5 |
c065808ab1708465171a23de6add13c7
|
|
| BLAKE2b-256 |
db73022fd43567e4e4afe55646c665f6a5eb8115186cb54ad3366871065c5deb
|