Tinder is broken, let's break it back!
npm start
ℹ️ On the first run you'll be prompted to complete the login process and select some preferences
npm start setup
A simple way is to set up a cron job. For example, to run it every day at 10 pm and redirect the output to path/to/log
, add the following entry to your crontab file (edit it with crontab -e
):
00 22 * * * cd /path/to/repo && npm start &>> /path/to/log
See this guide to the crontab
command for more info.