When I run the script I get:
EAAGm0P.... (long string)
10... (long number)
Traceback (most recent call last):
File "bot.py", line 16, in
tinder_auth_token = api.get_auth_token(fb_access_token, fb_user_id)
File "/Users/$USERNAME/Downloads/TinderBot-master/tinder_api.py", line 20, in get_auth_token
url = config.host + '/auth'
AttributeError: 'module' object has no attribute 'host'
When I run the script I get:
EAAGm0P.... (long string)
10... (long number)
Traceback (most recent call last):
File "bot.py", line 16, in
tinder_auth_token = api.get_auth_token(fb_access_token, fb_user_id)
File "/Users/$USERNAME/Downloads/TinderBot-master/tinder_api.py", line 20, in get_auth_token
url = config.host + '/auth'
AttributeError: 'module' object has no attribute 'host'