Skip to content

hakanuzum/Crawler

Repository files navigation

Crowl

The open-source SEO crawler.
A crawler made by SEOs for SEOs, free and compatible with any operating system.

Setup

Crowl uses Python3 (lowest version tested is 3.7.0).
We recommend using a virtual environment manager such as pyenv.

Install requirements:

pip install -r requirements.txt  

Configuration file

As of v0.2, Crowl now uses configuration files in order to store all configuration options for each project you're working on.

Copy the config.sample.ini file to yourproject.ini and set your own settings.
The required settings are PROJECT_NAME and START_URL. You can keep other default settings for now ;)

Usage

Once your configuration file is saved, simply launch your first crawl:

python crowl.py --conf yourproject.ini  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages