Sending wakatime daily report to telegram or Wecom
- Create a WakaTime account (https://wakatime.com/signup)
- In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/account)
- Fork this repo
- Go to the repo Settings > Secrets
- Add the following environment variables:
WAKATIME_API_KEY
: The API key for your WakaTime account.
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.
You should create a wecom bot and add it to environment vairables:
WECOM_WEBHOOK
: The WeCom bot webhook url