TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: My Faceted Search Interface for Twitter - http://tweetsvu.com

9 pointsby mistrQabout 13 years ago
For my final year project of my CS degree, I'm building a Faceted Search interface for Twitter. Essentially it will allow facets to be used to filter the results that are returned from a search on Twitter.<p>My initial prototype can be seen at: http://tweetsvu.com<p>The graphs are interactive and the temporal graph in particular allows filtering of the results by time range.<p>I'm using Python and the Flask framework, with Twitter Boostrap for the styling, and Google Chart Tools for the graphs. It is hosted at Epio. The implementation is currently fairly slow because of requests to other APIs (Twitter Sentiment), however it's a starting point.<p>At this stage I would appreciate any feedback (good or bad). Though please do appreciate that this is a very early prototype to gain some traction.

1 comment

mistrQabout 13 years ago
Clickable link: <a href="http://tweetsvu.com" rel="nofollow">http://tweetsvu.com</a>