Live data from Hacker News

Ask HN: Which is your most favorite API?

news.ycombinator.com

1–10 of 24 posts

Re: Ask HN: Which is your most favorite API?

#2
Flickr's API is still the best.

Does everything you want it to.

Has a few fun surprises that you didn't expect that make it even more fun to make things with.

Simple to use.

Well documented.

Test playground at your fingertips to experiment with any call you like.

One of the first APIs ever released and you can still count the number of other available APIs that positively compare on one hand.

Re: Ask HN: Which is your most favorite API?

#3
I really like Telegram's bot API. https://core.telegram.org/bots/api

Helps me automate stuff around my life with a few small apps that connect to Telegram message threads. Summaries from other APIs, smart home functionality, family errands and shopping list reminders with my spouse and more.

Re: Ask HN: Which is your most favorite API?

#5
post #3

I really like Telegram's bot API. https://core.telegram.org/bots/api Helps me automate stuff around my life with a few small apps that connect to Telegram message threads. Summaries from other APIs, smart home functionality, family errands and shopping list reminders with my spouse and more.

+1

Made Hacker News Alerts bot - https://github.com/lawxls/HackerNews-Alerts-Bot. Basically using it as a personal feed of stories and for keywords monitoring (Like "telegram" for example :) )

Post reply on HN