Skip to content
/ WFC Public

Word Frequency Counter used to scrap all headlines of the first twenty pages from new.ycombinator.com

Notifications You must be signed in to change notification settings

greed2411/WFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WFC

About

Word Frequency Counter used to scrap all headlines of the first twenty pages from YCombinator News and to count the frequently occuring words and plot them as a Bar Chart.

Built with:

  • BeautifulSoup4 - For Parsing, need to download externally.
  • Pandas - For Data Manipulation and Analysing, need to download externally.
  • Matplotlib - For Data Visualisation, need to download externally.
  • requests - For fetching the HTML document, part of your standard library.

Graph

Bar chart

To Do

  • Put the values over the bar for each x.
  • Annotate the date over the graph.

About

Word Frequency Counter used to scrap all headlines of the first twenty pages from new.ycombinator.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published