Skip to content

Scrape images of my kids from tadpoles.com and archive them in s3

License

Notifications You must be signed in to change notification settings

mjhoffman65/tadpoles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tadpoles.com Scraper

WHAT

Tadpoles.com is a site where daycare centers sometimes post pics of kids if they use the tadpoles ipad app. They don't support bulk downloads though...until now.

Dependencies

  • Docker
  • s3cmd

Usage

To use it:

$ ./scripts/build.sh
$ export BUCKET_URI=s3://awesome_bucket/tadpoles/
$ ./scripts/update.sh

The images get saved to ./img/ in year/month subdirectories, then synced to s3 with s3cmd.

About

Scrape images of my kids from tadpoles.com and archive them in s3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%