Skip to content

Simple multithreaded snapchat memories downloader. Requires 'memories_history.json' provided by snapchat upon data request.

License

Notifications You must be signed in to change notification settings

CodeRabbyte/Multi-Threaded-Snapchat-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Threaded-Snapchat-Downloader

Simple multi-threaded snapchat memories downloader. Requires 'memories_history.json' provided by snapchat upon data request.

Usage

place 'memories_history.json' from the snapchat json data zip into same directory as main.py

Run

python3 main.py

Using SnapChatDL

from snapchatdl.dl import*
...
snap = SnapChatDL(input_path, return_path)
snap.run(instance_n_threads, batch_per_thread)

About

Simple multithreaded snapchat memories downloader. Requires 'memories_history.json' provided by snapchat upon data request.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages