Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joric/wordle-solver
https://github.com/joric/wordle-solver
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joric/wordle-solver
- Owner: joric
- Created: 2022-04-03T20:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T06:36:50.000Z (7 months ago)
- Last Synced: 2024-04-17T09:57:17.289Z (7 months ago)
- Language: Python
- Homepage: https://t.me/joricswordlesolverbot
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Solver
Example telegram bot:
https://t.me/joricswordlesolverbot
## Bot setup
Use @Botfather at Telegram to get telegram token and set up the bot.
* "Sorry, this username is already taken. Please try something different."
* Start from the beginning, use different display name (e.g. add a number)### Heroku
Go to a Heroku Settings page, click Reveal Config Vars and then add your vars:
* BOT_TOKEN: '12345:abcde' (@Botfather gives you a token)
* URL: https://appname.domain.com (url of your app)Since November 28, 2022 free dynos are replaced with eco dynos scaled down to 0,
so Heroku is no longer an option:* https://help.heroku.com/RSBRUH58/removal-of-heroku-free-product-plans-faq
### Vercel
#### Add env variable to vercel.com
Add your telegram bot token as `BOT_TOKEN` variable
#### Register webhook
``` bash
curl "https://api.telegram.org/bot/setWebhook?url=https://yourapp.vercel.app/api/webhook/"
```## References
* https://github.com/python-telegram-bot/python-telegram-bot/wiki
* https://github.com/AliAbdelaal/telegram-bot-tutorial (Python + Flask + Heroku)
* https://github.com/Kylmakalle/heroku-telegram-bot (env examples)
* https://towardsdatascience.com/how-to-deploy-a-telegram-bot-using-heroku-for-free-9436f89575d2
* https://github.com/potassium-chloride/WordleSolver
* https://habr.com/ru/post/647783/
* https://torrua.github.io/wordle-cracker
* https://wordle.belousov.one
* https://marinintim.com/slovl
* https://anch.info/rus/memories/2335