All Projects → cassidoo → snapchat-dashboard

cassidoo / snapchat-dashboard

Licence: other
Watch your Snapchats arrive live in the browser

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Snapchat Dashboard

My first taste of Django was making a Snapchat Dashboard.

This is it.

I used a Snapchat library lovingly made by niothiel.

There are probably better ways to do this, but hey. It's my first time.

#Running it

Install the following (might need to sudo):

pip install Django
pip install requests
easy_install pycrypto

Change the following line in views.py:

s.login('YOUR_SNAPCHAT_USERNAME', 'YOUR_SNAPCHAT_PASSWORD')

And then just run the server to check it out in your browser:

python manage.py runserver 8080
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].