https://github.com/superman66/wakatime-notify
Sending wakatime daily report to Telegram, WeCom
https://github.com/superman66/wakatime-notify
notifications telegram telegram-bot wakatime wecom wecom-bot
Last synced: 4 months ago
JSON representation
Sending wakatime daily report to Telegram, WeCom
- Host: GitHub
- URL: https://github.com/superman66/wakatime-notify
- Owner: superman66
- Created: 2023-01-02T09:17:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T11:53:16.000Z (over 2 years ago)
- Last Synced: 2025-05-29T18:14:17.827Z (5 months ago)
- Topics: notifications, telegram, telegram-bot, wakatime, wecom, wecom-bot
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WakaTime notify
> Sending wakatime daily report to telegram or Wecom
## Setup
### Preparatory work
1. Create a WakaTime account (https://wakatime.com/signup)
2. In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/account)
3. Fork this repo
4. Go to the repo Settings > Secrets
5. Add the following environment variables:
* `WAKATIME_API_KEY`: The API key for your WakaTime account.### Telegram
You should create a telegram bot and get chat id. And add the following environment variables:
* `TELEGRAM_BOT_TOKEN`: The telegram bot token;
* `TELEGRAM_CHAT_ID`: The telegram chat ID.### WeCom
You should create a wecom bot and add it to environment vairables:
* `WECOM_WEBHOOK`: The WeCom bot webhook url