Skip to content

Comment on Twitter feed of Hacker News stories as soon as they reach 20 pointsparent

Comments

It's a Python script I run every 5 minutes with cron. It uses BeautifulSoup to scrape the newsyc front page, Tweepy to send out out tweets, and sqlite3 to keep track of which stories have already been tweeted.

Why use an sqlite DB when you can use the twitter feed its self to check whether or not a story has been posted?

Because twitter is unstable, and the api is rate-limited.

Could you share the source please?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.