Automatically send new words from duolingo to telegram
574_1682254791.mp4
- Login duolingo.com to get jwt, open webbrowser run
document.cookie.match(new RegExp('(^| )jwt_token=([^;]+)'))[0].slice(11)
- Get your telegram token and chatid (please google how to)
- Change the secrets to your own
- Change your own config file in yml
- If you fork this repo run the actions, please trigger the action first (by mannual).
pip install -r requirements.txt
python duolingo.py ${duolingo_name} ${duolingo_jwt}
- Support auto buy streak freeze
- Support sentence mp3
- Make action a little simple
- Support Multi lauguages
- Support send to other bots like dingding
- Any issues or PRs are welcome.
- Please run
black .
before submitting the code.
Thank you, that's enough.