Skip to content

ahsaan-uddin/Node-Python-Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Python Web Scraper with Docker

Build Docker Image

docker build -t node-python-scraper .

Run the Container (Scrape specific URL)

docker run -e SCRAPE_URL="https://example.com" -p 5000:5000 node-python-scraper

Access the Data

Visit in browser:

http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published