Skip to content

hexzedels/open-wishlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Wishlist

Want to focus on privacy? Try this simple self-hosted telegram bot for managing your wishlists.

Features

  • Create multiple wishlists
  • Switch between wishlists
  • Add items to selected wishlist
  • Show all items from wishlist

Where to try

Visit @openwishlist_bot

How to run

  1. Clone repo
  2. Create your own bot at @BotFather
  3. Copy token
  4. Run bot and database with docke compose
    sudo -E TOKEN=<your_bot_token> docker compose up -d

How to debug

Run this command to read container logs

sudo docker logs telegram_bot

or for database container:

sudo docker logs postgres-open-wishlist

By 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors