Skip to content

john-e/python-api-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Crawler Script

Requirement

  • Python 3

Installation

  • Enable virtual env : python3 -m venv env
  • Activate virtual env : source env/bin/activate
  • Install dependencies: pip install -r requirements.txt

Executing script

python crawl.py <app-path> <entry-path>

e.g. python crawl.py http://localhost:3000/v1 /index