Skip to content

cassidoo/snapchat-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Watch your Snapchats arrive live in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published