Collection of scripts.
Merges subtitles from 2 files in the SubRip format. Built for someone learning a new language.
- ver 1: based on counter. Works but hard to find 2 subtitles that match up well.
- ver 2: based on timestamp. Works better, but issues still like incorrect order of languages, too much text shows for the time duration etc.
Checks and notifies on available substitute teacher positions in the Aesop system.
I use Pushover ($5 for ios) for notifications, but it can be any email address.
To run, you can setup an hourly cron job:
0 * * * * ./check.sh userid pin from@email to@email
Needs python 2.7.3+