https://github.com/cgascoig/9ktwit
https://github.com/cgascoig/9ktwit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgascoig/9ktwit
- Owner: cgascoig
- Created: 2014-03-16T10:42:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T11:03:30.000Z (over 11 years ago)
- Last Synced: 2025-02-02T13:53:56.085Z (5 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
9ktwit
======Description
-----------
Script to send tweets from a Nexus 9000 using its python runtime.Git submodules are used to include the required modules.
Create a 9ktwitconfig.json file with the following format:
```
{
"consumer_key":"",
"consumer_secret":"",
"access_token_key":"",
"access_token_secret":"",
"proxy":""
}
```