This is a bot that will notify you about all replies on Hacker News. It is available in Telegram at @hnCommentBot.
Use /subscribe command with your username, to subscribe to new comment replies to your posts and comments. For example, if your Hacker News username is pg
, you can subscribe to all new replies with /subcribe pg
.
Other commands supported atm are /subscriptions
and /unsubscribe
.
Bot uses Postgres 12, and the current schema dump is available at schema.sql (generated with dump.sh). I will probably move to use proper database migration tool soon.
All feedback or suggestions are welcome in Github issues, and repository is open for PRs.