https://github.com/alex-bormotov/github-telegram
Bot sends GitHub Trends to Telegram channels
https://github.com/alex-bormotov/github-telegram
github-api python telegram-bot
Last synced: 3 months ago
JSON representation
Bot sends GitHub Trends to Telegram channels
- Host: GitHub
- URL: https://github.com/alex-bormotov/github-telegram
- Owner: alex-bormotov
- License: gpl-3.0
- Created: 2020-05-28T13:57:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:28:51.000Z (over 2 years ago)
- Last Synced: 2025-03-23T04:17:31.348Z (10 months ago)
- Topics: github-api, python, telegram-bot
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Trending Repositories to Telegram channel
 [](https://www.codacy.com/manual/alex-bormotov/github-telegram?utm_source=github.com&utm_medium=referral&utm_content=alex-bormotov/github-telegram&utm_campaign=Badge_Grade)
## Install (Ubuntu + Docker)
```bash
git clone https://github.com/alex-bormotov/github-telegram
```
```bash
cd github-telegram
```
```bash
cp config/config.json.sample config/config.json
```
> Edit config/config.json
```bash
sudo chmod +x docker_ubuntu_install.sh && sudo ./docker_ubuntu_install.sh
```
```bash
sudo docker run -d --rm --mount src=`pwd`/config,target=/github-telegram/config,type=bind skilfulll1/github-telegram:latest
```