Rob-- / SnapWrap

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

A few fixes and addition's #9

Closed jkaberg closed 9 years ago

jkaberg commented 9 years ago

Cherry pick or take it all :-)

Rob-- commented 9 years ago

Thanks for the help, I'll merge a couple commits (to save time I'll simply merge the pull request and reverse the commits). I won't merge the example.py commit because the intention of examply.py is not to provide a working example people can go off, but merely to show users what the structure of the program should look like. Adding the arguments adds clutter.

Also, with the client commit, this wouldn't work - open up Python and try running from SnapWrap import client, you'll receive an error because the folder has a capital, and during installation it installs the package SnapWrap.Client, not SnapWrap.client.