Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
======== Hashtags ======== -------- Overview -------- Author: Alex Fiuk This program reads in a text file containing tweets, finds all the hashtags contained within, and prints the top 10 hashtags and their frequency to the console. ----- Files ----- main.c hashtags.c hashtags.h Makefile tweets.txt ——————————————————— To Compile and Run: ——————————————————- Makefile included in the program directory. Navigate to the program directory and type “make” into console. Executable file named “hashtags” is created. Run by typing “./hashtags”. Program should now be running and is waiting for text file input. Type name of text file to be analyzed into console. “tweets.txt” is included as a sample.