Skip to content

nikharris0/sc-findusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

sc-findusers

A command line tool used to find the SnapChat usernames for known or unknown phone numbers

Usage

$ python sc-findusers.py username password number1,number2

success: found 2 results: number: number1 username: number1s_username

number: number2 username: number2s_username

Prerequisites

The following python libraries are required:

  • requests
  • hashlib
  • simplejson

Credits

Thanks a lot to the following people and their resources, a majority of the work was already done by them

Tools Used

I used a few different tools to figure out what needed to be sent to the snapchat server, would have been much more difficult without them.

About

A command line tool used to find the SnapChat usernames for known or unknown phone numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages