https://github.com/toxblh/telegram-github-bot
Return small statistic
https://github.com/toxblh/telegram-github-bot
Last synced: 7 months ago
JSON representation
Return small statistic
- Host: GitHub
- URL: https://github.com/toxblh/telegram-github-bot
- Owner: Toxblh
- Created: 2018-04-28T14:47:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:15:55.000Z (over 3 years ago)
- Last Synced: 2025-03-03T20:45:30.887Z (over 1 year ago)
- Language: JavaScript
- Size: 629 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Small bot for get few statistics from github
### Commands:
- `/downloads` - return amount downloads latest release and total
- `/stats` - return stars, folowers, forks and issues
- `/traffic` - return statistic about traffic to the repo
### PS: For work need create a file in root 'token.js' with content
```js
module.exports = {
TOKEN: 'token-for-you-bot'
GITHUB_USER: 'github-username',
GITHUB_PASSWORD: 'github-password'
}
```