Unofficial SnapChat API
Project description
snapchat
Unofficial SnapChat API (work in progress)
Example useage
>>> from snapchat import *
>>> me = SnapChat("sdushantha")
>>> me.check_username()
'sdushantha is already taken!'
>>> # Since the usename is taken, that means it is a valid username
>>> me.get_snapcode(bitmoji=False, size=500)
(..., 'PNG', '500x500')
>>> # The dotted part (...) is the raw data of the image
>>> # You use this data to write it into a file or do whatever you like
More features to come. I am trying my best to find endpoints which can be used. Feel free to let me know if you find any cool SnapChat endpoints that can be used :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
snapchat-0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file snapchat-0.1.tar.gz
.
File metadata
- Download URL: snapchat-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a56a2e0d6425489c484a82a2c4e8d8ba9023a00252b5c0e56573e5eb6327d1c8 |
|
MD5 | 4e72ba32cc53454d2a3c9ad9de59bf40 |
|
BLAKE2b-256 | 209123c76769065ca0338cebed1e157c3e59bca9ed870299d2d992fcb7573fc4 |