Live data from Hacker News

Show HN: Whit - Access any kind of data through SMS

github.com

41–46 of 46 posts

Re: Show HN: Whit - Access any kind of data through SMS

#44
aalns [dead] comment:

---

Whit is an open source SMS service, which allows you to query CrunchBase, Wikipedia, and several other data APIs. Simply text 917-791-3098. Special commands include: P:'personName', C:'companyName', S:'stockTicker', W:'wikiSearch' ex. queries: 'p:bill gates', 'c:apple', 's:fb', 'w:philosophy'

Re: Show HN: Whit - Access any kind of data through SMS

#45
post #8
post #6

I use something similar that I created all the time. Mine connects to the DuckDuckGo API to pull the Zero-click info which is sourced from Wikipedia, Crunchbase, and a bunch of others. I never thought to open source it, but maybe I'll take a few minutes to do that soon.

Using the DuckDuckGo api sounds really interesting because Google just shut off it's SMS service. Please send link when possible. Whit is meant for anyone to scale for access to any kind of data through sms.

I have the code up on GitHub, but the server I've been using to host the application myself isn't up right now. I have to debug some problem, but I don't think there is anything wrong with the code (just my deployment process).

Here it is: https://github.com/rpicard/text-ddg

Re: Show HN: Whit - Access any kind of data through SMS

#46
post #45
post #8

Earlier quoted context omitted.

Using the DuckDuckGo api sounds really interesting because Google just shut off it's SMS service. Please send link when possible. Whit is meant for anyone to scale for access to any kind of data through sms.

I have the code up on GitHub, but the server I've been using to host the application myself isn't up right now. I have to debug some problem, but I don't think there is anything wrong with the code (just my deployment process). Here it is: https://github.com/rpicard/text-ddg

Okay, it's working now. I just needed to bind Gunicorn to 0.0.0.0 so it would be externally visible.
Post reply on HN