Simply downloads all story photos from your child's story posts in storypark to put into a photo album or other tool. Please note this indescriminately downloads images so you will need to filter out pictures your child is not in after download.
Assuming you have installed python. You can run this on your machine by doing the following.
- Open your Terminal
- Run command: git clone https://github.com/AustralianSimon/storyparkScraper.git StoryParkScraper
- Run command: cd StoryParkScraper
- Run command: python -m venv venv
- Run command: venv\Scripts\activate.bat or source venv/bin/activate
- Run command: pip install -r requirements.txt
- Run command: python main.py
There is a dockerfile for those that like to build and run them. I will assume you know how to access your machine running docker.
- Open your Terminal
- Run command: git clone https://github.com/AustralianSimon/storyparkScraper.git StoryParkScraper
- Run command: cd StoryParkScraper
- Run command: sudo docker build -t storyparkscraper:latest .
- Run using docker-compose such as example in project.
- Just create a .env file in the directory you clone the project to.
Written mostly in python by Simon Wise.