doubleplusc / Line-sticker-downloader

89 stars 26 forks source link

error! #2

Open murazi opened 7 years ago

murazi commented 7 years ago

Traceback (most recent call last): File "sticker_dl.py", line 4, in import requests ImportError: No module named 'requests'

doubleplusc commented 7 years ago

Hi,

You'll need to have the 'requests' package installed. Forgot to include that part for the script, sorry! I'll have the script section updated. http://docs.python-requests.org/en/master/user/install/