Skip to content

ScrapeText is a text scraping tool designed to extract articles from various online sources using Python.

Notifications You must be signed in to change notification settings

ratulMahjabin/ScrapeText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScrapeText

ScrapeText is a text scraping tool designed to extract articles from various online sources using Python. It also performs textual analysis calculating the following:

  • POSITIVE SCORE
  • NEGATIVE SCORE
  • POLARITY SCORE
  • SUBJECTIVITY SCORE
  • AVG SENTENCE LENGTH
  • PERCENTAGE OF COMPLEX WORDS
  • FOG INDEX
  • AVG NUMBER OF WORDS PER SENTENCE
  • COMPLEX WORD COUNT
  • WORD COUNT
  • SYLLABLE PER WORD
  • PERSONAL PRONOUNS
  • AVG WORD LENGTH

Steps

  1. Install the necessary python libraries using requirements.txt (provided) command: pip install -r requirements.txt
  2. Execute the main.py file using command command: py .\main.py
  3. The result is saved as Output.xlsx

About

ScrapeText is a text scraping tool designed to extract articles from various online sources using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages