- A Ruby app using Clockwork recurring scheduler
- Automatically and periodically likes everyone in Tinder based on your discovery preferences
- Add FACEBOOK_ID and FACEBOOK_TOKEN to your ENV (obtainable with Charles.app HTTP proxy and installing an SSL certificate on your phone - see this article for help)
- Development
bundle install
bundle exec clockwork lib/auto_tinder.rb
- Production (Heroku): create a new Heroku app, set FACEBOOK_ID and FACEBOOK_TOKEN config vars and assign one (free) dyno to the auto_tinder process
Run:
LAT="12.34" LNG="34.56" bundle exec rake update_location