An open API service indexing awesome lists of open source software.

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

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'
}
```