jeffmli / TinderAutomation

631 stars 147 forks source link

can't get this to work #6

Closed evanrich closed 5 years ago

evanrich commented 5 years ago

ran through pip install -r requirements on ubuntu 19.04, but having a hard time getting this to work. When I run python bot.py, i get the following output

image

ignore the screenshot, running in virtualbox, and despite having bi-directional clipboard enabled, it won't copy/paste.

I had to manually create auth.json, it looks like this:

{
  "email":"<MY_FACEBOOK_EMAIL>",
  "password":"<My_FACEBOOK_PASSWORD>",
  "FBID":"<MY_FACEBOOK_ID>"
}