Rob-- / SnapWrap

Wrapper for the unofficial and undocumented Snapchat API (using Snapchat's latest endpoints).
MIT License
57 stars 7 forks source link

I need help installing SnapWrap #18

Closed kneelesh48 closed 3 years ago

kneelesh48 commented 4 years ago

I did the following process in a linux terminal to install it

git clone https://github.com/Rob--/SnapWrap
cd SnapWrap
python setup.py install
python
import snapchat

And I get the following error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'snapchat'

What am I doing wrong? Should the folder be in $PATH?

Please help!

kneelesh48 commented 4 years ago

I figured this Module is outdated and has outdated dependencies. It need to be updated in order to make it work. Snapchat API has probably also changed in the last 6 years.

Rob-- commented 3 years ago

Yeah, this wrapper is outdated. Should probably archive the repo!