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
- Install the necessary python libraries using requirements.txt (provided)
command:
pip install -r requirements.txt - Execute the main.py file using command
command:
py .\main.py - The result is saved as
Output.xlsx