feelqah / CroSiteSpellCheck

Python script to spell check croatian websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CroSiteSpellCheck

Python script to spell check croatian websites. The script iterates through all internal links of a website and checks for spelling and grammar errors using Hašek.

Installation

Use the package manager pip to install selenium, BeautifulSoup, requests, html2text. Download and install latest gecko webdriver for your platform - https://github.com/mozilla/geckodriver/releases.

pip install -r requirements.txt

Usage

Add gecko driver dir to your path.

python3 spc.py "https://link_to_a_croatian_website.hr/"

Contributing

License

About

Python script to spell check croatian websites


Languages

Language:Python 100.0%