A dead simple auto-liking tinderbot, using the tinder_pyro gem. Yes, it's a rails project, not a gem. Because I know you're not actually trying to integrate anything, you're just getting some damn dates.
It's pretty simple, I wrote a script that gives you all of the instructions. Just do this to get it running.
- Clone the repo with
git clone git@github.com:kyletns/tinderbot.git
- Enter the directory with
cd tinderbot
- Install the dependencies with
bundle install
(I hope you already have ruby). - Run a rails console with
rails console
- Run the bot with
Bot.go
- Follow the instructions
That's all she wrote!