fbessez / Tinder

Official November 2019 Documentation for Tinder's API (wrapper included)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: name 'config' is not defined

IlluvatarEru opened this issue · comments

I git cloned the repo, then built it running the usual python setup.py install , then I opened the jupyter notebook. I used the sms authentication for the token.
When running the notebook I get to
tinder_auth_token = tinder_api.get_auth_token(config.fb_auth_token, config.fb_user_id) and get a NameError: name 'config' is not defined error. What is that config supposed to be? There is no such file

Resolved by #6