hackernewsbot

Telegram bot that posts new hot stories from Hacker News to telegram channel

Backend

Bot runs on Google App Engine

Hacker News API

Bot uses Hacker News API

It loads top stories every 10 minutes and posts any story that reached 100+ score

Telegram API

Bot uses Telegram Bot API to post messages to the telegram channel with sendMessage request

URL shortening

Bot used bit.ly and goo.gl for url shortening, but now it uses internal shortener

How to run your own hackernewsbot

Local development

To run server locally you can use dev_appserver.py:

dev_appserver.py .

See also