Skip to content

guimap/puppeteer-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Setup the .env file

LEGENDAS_URL=
LEGENDAS_USERNAME=
LEGENDAS_PASSWORD=
MONGODB_URI=mongodb://mongo:27017
MONGODB_NAME=subtitles

Into app/Dockerfile, add the subtitle name in ENTRYPOINT ["npm", "start", "Simpsons", "2"]

Run docker-compose up --build

Search for a specific subtitle

npm start "Simpsons"

Search for a specific subtitle with page counts

npm start "Simpsons" 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published