Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 321 Bytes

Repo includes common data analysis scaffolding code or entire programs

List is updated as new work is added

  • webScraper.py : Web scraper using requests and BeautifulSoup
  • sentimentAnalysis.py: Sentiment analyzer using the NLTK Natural Language Processing library
  • cli.py: Command line program using click