trevtravtrev / VacationFinder

An automated vacation club daily search tool with SMS notifications for new listings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VacationFinder

Tool to search and find when new vacations have been added to a website. Sends a text notification to user when more vacations added detected.

Python Version:

  • 3.9

Current supported emails:

  • gmail

Current supported phone carriers:

  • att
  • tmobile
  • verizon
  • sprint
  • virgin
  • boost
  • cricket
  • metro
  • us cellular
  • xfinity

One time setup:

How to use:

  • run main.py

Automatically run on raspberry pi:

  • copy VacationFinder folder to raspberry pi desktop
  • right click 'vacationfinder.sh' -> properties -> permissions tab -> set all permissions to 'anyone'
  • type 'crontab -e' in terminal
  • add '0,30 9-21 * * 5,6,0 /home/pi/Desktop/VacationFinder/src/vacationfinder.sh' to bottom
  • ctrl + s

About

An automated vacation club daily search tool with SMS notifications for new listings.


Languages

Language:Python 99.1%Language:Shell 0.9%