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: 20 days ago
JSON representation
A web service that handles tweeting of stuff based on data sent to webhook.
- Host: GitHub
- URL: https://github.com/gwuah/job2twitter
- Owner: gwuah
- Created: 2018-11-18T20:25:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T21:06:13.000Z (over 7 years ago)
- Last Synced: 2025-02-28T16:11:37.837Z (over 1 year ago)
- Topics: devcongress, expressjs, sherperd, twitter, webservice
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.