Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
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.

About

C program that analyzes a text file input by user for twitter hashtags and prints out the top 10 "trending" tags.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages