Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartekpacia/telegram-jboss-bot
Simple telegram bot, which gets data from JBoss Outreach repositories. Made for GCI 2018.
https://github.com/bartekpacia/telegram-jboss-bot
Last synced: 14 days ago
JSON representation
Simple telegram bot, which gets data from JBoss Outreach repositories. Made for GCI 2018.
- Host: GitHub
- URL: https://github.com/bartekpacia/telegram-jboss-bot
- Owner: bartekpacia
- License: mit
- Created: 2018-11-10T00:39:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:58:22.000Z (about 2 years ago)
- Last Synced: 2024-12-12T15:08:38.569Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple bot that I've created for GCI 2018. It gets the information about particular JBoss Outreach repo in a user-friendly way.
To run it on your own machine:
1. Clone this repo
2. Install all dependencies using npm
3. Rename `.env.sample` to `.env` and paste there your own, private Telegram Bot API token
4. Should work :)