An open API service indexing awesome lists of open source software.

https://github.com/cgascoig/9ktwit


https://github.com/cgascoig/9ktwit

Last synced: 3 months ago
JSON representation

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":""
}
```