Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishal2376/telegram-bot
A telegram bot which can be used for github clones, stackoverflow search, codeforces problem etc...
https://github.com/vishal2376/telegram-bot
codeforces github pygithub stackapi stackoverflow telegram-bot
Last synced: about 1 month ago
JSON representation
A telegram bot which can be used for github clones, stackoverflow search, codeforces problem etc...
- Host: GitHub
- URL: https://github.com/vishal2376/telegram-bot
- Owner: vishal2376
- License: mit
- Created: 2021-06-11T05:38:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T12:38:47.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T09:15:51.265Z (5 months ago)
- Topics: codeforces, github, pygithub, stackapi, stackoverflow, telegram-bot
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developer Bot
A telegram bot which can do stuff related to github, stackoverflow,codeforces etc...## Bot Link : [Developer Bot](https://t.me/IndDeveloper_bot)
## Features
- Get C++ Resources
- Search Github Repository
- Find all github Repositories of specific user
- Clone any github Repository
- Stackoverflow QnA (comming soon...)
- Random codeforces problems (comming soon...)
- Codeforces profile visualizer (comming soon...)
## Environment VariablesTo run this project, you will need to add the following environment variables
- Create a file **.env** in **telegram-bot** and put following TOKENS.
`TG_TOKEN=Your_telegram_token`
`GITHUB_TOKEN=Your_github_token`## Run Locally
```bash
git clone https://github.com/vishal2376/telegram-bot
cd telegram-bot
pip install -r requirements.txt
python3 bot.py
```
## Author- [@vishal2376](https://www.github.com/vishal2376)
## More projects :
- [Virutal Assistant](https://github.com/vishal2376/virtual-assistant)
- [Todo](https://github.com/vishal2376/todo)
- [Password Generator](https://github.com/vishal2376/password-generator)## Contacts :
- [Telegram](https://t.me/vishal2376/)
- [Instagram](https://www.instagram.com/vishal_2376/)
- [Join Telegram group](https://t.me/cppwithtricks)
## FeedbackIf you have any feedback, please reach out to us through above contacts.