girishgupta211-zz / web_crawler

web crawler for top 10 words from each page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

web crawler for top 10 words from each page


Languages

Language:Python 100.0%