cvalenzuela / scenescoop

A tool to describe the content of videos and suggest similar scenes in other videos/films.
136 stars 21 forks source link

ImportError: cannot import name account_sid #5

Open genekogan opened 6 years ago

genekogan commented 6 years ago

when trying to run the server, i get:

Traceback (most recent call last):
  File "server.py", line 24, in <module>
    from credentials import account_sid, auth_token, number, movies
ImportError: cannot import name account_sid

pip install credentials is what i used to get this library down but that doesn't seem to fix it.

cvalenzuela commented 6 years ago

Sorry, that should have been more clear. That's not a library but a set of variables I was using for sending the results to Twilio, will fix soon.