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

https://github.com/gwuah/job2twitter

A web service that handles tweeting of stuff based on data sent to webhook.
https://github.com/gwuah/job2twitter

devcongress expressjs sherperd twitter webservice

Last synced: 21 days ago
JSON representation

A web service that handles tweeting of stuff based on data sent to webhook.

Awesome Lists containing this project

README

          

# Job2Twitter

So the catch is simple,
1. You provide api_keys for a twiter account.
2. I give you a url to use as a webhook.
3. I tweet based on data you send to that webhook.

Honestly, that's all this service does.

## NB : `API_KEYS` should be placed in your env file for security reasons.