/web_crawler

web crawler for top 10 words from each page

Primary LanguagePython

Web Crawler

This is a REST Interface for web crawler

Setup pipenv

pipenv shell
pipenv install

Run the Project

to run server

export FLASK_APP=wsgi.py
export FLASK_RUN_PORT=8001 #only if you want to run it on different port
flask run

Check APIs documentation here

http://127.0.0.1:8001/v1/app/crawler/doc/