Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 637 Bytes

♥️ Swipr

Tinder is broken, let's break it back!

Run once

npm start

ℹ️ On the first run you'll be prompted to complete the login process and select some preferences

Change config

npm start setup

Scheduled run

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.