Open murazi opened 7 years ago
Traceback (most recent call last): File "sticker_dl.py", line 4, in import requests ImportError: No module named 'requests'
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/
Traceback (most recent call last): File "sticker_dl.py", line 4, in
import requests
ImportError: No module named 'requests'