Skip to content

v1.0

Compare
Choose a tag to compare
@youngtrashbag youngtrashbag released this 05 Nov 06:56
· 12 commits to main since this release

Wildspitz Webcam Scraper

Easily scrape high resolution images from the online webcam.

Features

  • scrape only the latest image, by simply calling python main.py
  • add -b argument with datetime formatted as YYYY-MM-DD_hh-mm to scrape images from that point on forwards to now
  • with the -e select the last image to be scraped. Use this with the -b argument.
  • the default timeinterval is 10 minutes. With -i, you are able to enter a number, which will be multiplied by 10, to set your interval (-i 3 -> 30 minutes)

Examples

  • python main.py -b 2021-11-05_00-00
    scrape from midnight of 5th november until now in 10 minute intervals
  • python main.py -b 2021-10-05_19-00 -e 2021-10-05_22-00
    scrape from 7pm to 10pm, because you went there that day, but did not take your cellphone with you
  • python main.py -b 2021-10-15_00-00 -e 2021-10-16_24-00 -i 6
    scrape two full days, each hour, which will result in 48 images saved