Skip to content

williamdlupo/CourseProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PolitiTweet Application Suite

PolitiTweet is an application suite that mines US politician tweets, builds a Lucene Index and provides a web based application for querying and displaying results.

The deployed, working appliation s located at: https://polititweetui.azurewebsites.net

TweetMiner - A C# Azure function that runs at 12pm EST to extract and store the previous 24 hours of tweets of US politicians. Leverages the Twitter API and stores tweets in an Azure database.

Repo Url: https://github.com/williamdlupo/TweetMiner

SearchApi - A Java Azure function application that builds and queries a Lucene Index built upon tweets stored in an Azure database. Repo Url: https://github.com/williamdlupo/SearchApi

PolitiTweet-UI - A .Net Core 3 MVC application that accepts user queries, sends queries to deployed SearchApi and displays matching tweets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 86.6%
  • HTML 7.4%
  • CSS 5.6%
  • JavaScript 0.4%