Want to focus on privacy? Try this simple self-hosted telegram bot for managing your wishlists.
- Create multiple wishlists
- Switch between wishlists
- Add items to selected wishlist
- Show all items from wishlist
Visit @openwishlist_bot
- Clone repo
- Create your own bot at @BotFather
- Copy token
- Run bot and database with docke compose
sudo -E TOKEN=<your_bot_token> docker compose up -d
Run this command to read container logs
sudo docker logs telegram_botor for database container:
sudo docker logs postgres-open-wishlistBy default bot is only logging error. To turn on debug logs please run command below when starting bot
sudo -E TOKEN=<your_bot_token> DEBUG=true docker compose up -d