https://github.com/dashezup/wakastatsbot
Telegram bot for sharing WakaTime Stats through inline mode
https://github.com/dashezup/wakastatsbot
pyrogram python telegarm telegram-bot
Last synced: about 1 year ago
JSON representation
Telegram bot for sharing WakaTime Stats through inline mode
- Host: GitHub
- URL: https://github.com/dashezup/wakastatsbot
- Owner: dashezup
- License: agpl-3.0
- Created: 2021-05-06T14:11:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T15:11:14.000Z (about 5 years ago)
- Last Synced: 2025-03-25T04:41:29.580Z (about 1 year ago)
- Topics: pyrogram, python, telegarm, telegram-bot
- Language: Python
- Homepage: https://t.me/WakaStatsBot
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## WakaTime Stats Bot (WakaStatsBot)
Telegram Bot for sharing WakaTime stats through inline mode
### Requirements
- Python 3.6 or higher
- A Telegram API Key
- A Telegram Bot created with BotFather with inline mode on
### Setup
Create a new `config.ini`
```
[pyrogram]
api_id = 1234567
api_hash = 0123456789abcdef0123456789abcdef
bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
```
Run the bot
```
virtualenv venv
venv/bin/python bot.py
```
### License
AGPL-3.0-or-later
```
WakaStatsBot, Telegram bot for sharing WakaTime stats
Copyright (C) 2021 Dash Eclipse
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```