Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalek/twitter_webhook_test
https://github.com/pmalek/twitter_webhook_test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmalek/twitter_webhook_test
- Owner: pmalek
- License: mit
- Created: 2017-04-15T08:43:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T15:13:49.000Z (over 7 years ago)
- Last Synced: 2024-10-29T10:52:11.260Z (about 2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter_webhook_test
This launches github's webhook handler (to configure at https://github.com/${GITHUB_USERNAME}/${REPOSITORY_NAME}/settings/hooks) which will tweet about every push event to your repository with supplied twitter account's auth tokens and secrets.
## Usage
```
Usage of ./twitter_github_webhook:
-githubWebhookSecret string-twitterAccessToken string
-twitterConsumerKey string
-twitterConsumerSecret string
-twitterSecret string
```