Skip to content

avhhh/twitter_keywordsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Keyword Search

A keyword search engine that accepts a text file of tweets as input and outputs the most relevants tweets.

Environment (Very Important)

  • Python 3.7.3
  • Linux OS (Ubuntu)

How to run

IMPORTANT: MAKE SURE YOU HAVE PYTHON 3.7.x INSTALLED. THE CODE WILL NOT RUN WITH OLDER VERSIONS OF PYTHON!

Run the following commands to run the source code:

$ cd twitter_keywordsearch/
$ python controller.py

Demo

This first demo shows the program work for a small set of sample tweets. As observed, the program ranks the tweets based on how many times each word of the pattern shows up.

Software Demo

The second demo shows that the user can read the tweets used in the dataset. In addition to this, the dataset used are real tweets extracted from Twitter. The tweets with pattern "girl cry" is printed.

Software Demo2

About

Final Project for EC504

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages