How to programmatically interact with Hashtags.org?
I'开发者_Go百科ve recently come across this website. Now, is there any way I can actually communicate with this service?
As stated on the Twitter Wiki,
Hashtags are a community-driven convention
...so I don't know if there's a specific API yet for that. But, as they are per-se, regular parts of tweets, you can very well use Twitter API to search and organize posts, people and topics, based on them.
In the Further Reading section of Twitter Wiki, you'll find numerous resources related to this topic, and perhaps even some steps that will guide you more than I can.
They don't appear to have an API. You can screen scrape, but they may not be a fan of that, and changes to their HTML could break your scripts.
Have you tried contacting them?
精彩评论