https://github.com/haxzie-xx/probot-tweets
A Probot example to connect with twitter to update contributors about help wanted issues and PRs
https://github.com/haxzie-xx/probot-tweets
probot probot-tweets twitter twitter-bot
Last synced: 25 days ago
JSON representation
A Probot example to connect with twitter to update contributors about help wanted issues and PRs
- Host: GitHub
- URL: https://github.com/haxzie-xx/probot-tweets
- Owner: haxzie-xx
- License: isc
- Created: 2018-12-07T17:32:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T08:53:19.000Z (over 6 years ago)
- Last Synced: 2025-04-15T04:12:19.519Z (25 days ago)
- Topics: probot, probot-tweets, twitter, twitter-bot
- Language: JavaScript
- Size: 78.1 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# probot-tweets
> A GitHub App built with [Probot](https://github.com/probot/probot) that tweets updates on an organization's public repositories
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how probot-tweets could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](.github/CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2018 Musthaq Ahamad (https://github.com/haxzie/probot-tweets)