This is a containerized web scraper and mongodb to pull tournament data from various poker sites
cd poker_tournament_scraper
yarn install
docker-compose up -d mongo
- Wait about a minute for the database to initalize (was too lazy to write a wait-for script)
- To run the scrapers in a docker container:
docker-compose up -d scrapers
. To run the scrapers on the host machine runyarn start
.
You can use any mongo client and connect to the instance with the credentials specified in the .env
file at localhost:2001
or run this: docker exec -it db mongo
to get a mongo shell.
So far, all tournaments from https://swcpoker.club, https://stockpokeronline.com, and https://roundercasino.com. Will add more.
Todo: emebed screenshot