tinderify
1.0.0
Alternative Tinder client/tool, supports autoswiping users, chatting and storing statistics.
You need to login at least once using the official Tinder client, brand new users can't be created.
sudo apt-get install python-lxml
(or what is appropriate for your OS)pip install flask jsonpickle peewee flask-socketio flask-cors robobrowser
cd backend && cp config.py.example config.py
and add your facebook auth info to config.py../run.sh
and open localhost:5000 in web browser.For development setup both frontend and backend support auto-reloading on file changes.
./debug.sh
npm install && bower install
grunt serve