A simple telegram bot for collating my URLs for me to help in write my readlog.
- updates for editing messages.
- simple sub pointers by quoting the message.
- [x]
- Sort in reverse order in the UI. remember it as well. (React?)
- API for integrating with other services. eg. at the end of everyday I want oread to trigger a github action that would get the readlist from yesterday and deploy it on my website.
- simple web interface to show all links
- Working MVP with base features
- Recognise seperate URLs in a message and store them in seperate sections
- Simple web interface to look at the URLs
- Datetime is not properly working. While saving the timezone is messing up
When I started writing my readlog. I was unable to share the links that I read in my phone. I send to myself using whatsapp and then re-add them in my laptop. This bot collates all the links sent to it and provides a web interface to visit it. The bot can be accessed from @oread_bot in telegram.
Add secret key in env file, or docker-compose.yml file and then run, docker-compose up
proxy the machine using
fly proxy 10022:22
then in another terminal connect using the pub file.
scp -i <path_to_ssh_file> -P 10022 root@localhost:/home/app/web/db.sqlite3 may2023.sqlite3