deadcyclo / narrative-ripper

Download all of your metadata and content from the Narrative Clip Cloud before it disappears
34 stars 6 forks source link

python_oauth2_token module import #2

Closed umamiking closed 8 years ago

umamiking commented 8 years ago

Windows 10, python 2.7.3

When I try to run python ripper.py, I get the following error:

Traceback (most recent call last):
  File "ripper.py", line 21, in <module>
    from python_oauth2_token import get_token
  File "C:\Temp\narrative-ripper-master\narrative-ripper-master\python_oauth2_token\__init__.py", line 1, in <module>
    import requests
ImportError: No module named requests
deadcyclo commented 8 years ago

So. Turns out that he oauth library from narrative requires the requests python package. Install that and you should be good to go. I've updated the readme to reflect this.