A snapchat API (webdriver)
Features
Connect to snapchat
import snappy
import selenium.webdriver
snapchat_c = snappy.main.SnapchatCredentials("<your username>", "<your password>")
client = snappy.main.SnapchatClient(selenium.webdriver.Edge(), snapchat_c)
List conversations
client.listConversations()
Get messages list on a conversation
client.getMessagesBacklog(conversation)
Send a message to a conversation
client.sendMessage(conversation, message, cool_down=True)
Release files for snappy-Labfox 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| snappy_labfox-0.1.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| snappy_Labfox-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:12.4 kB
Release files / snappy_labfox-0.1.1.tar.gz
| Download URL | snappy_labfox-0.1.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
95b15ecd38fa3269a266a4e2f8943c0c0bfd96e568c5a37da43eff6eb4472642
|
|
BLAKE2b-256 checksum How to use checksums |
e9be853435cc59edabc7f1490fed12c772f1ff9cab5544e2ff58c1df646c2176
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|
Release files / snappy_Labfox-0.1.1-py3-none-any.whl
| Download URL | snappy_Labfox-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7284621e59bc396303cbe8d5e47966260902d1a8326c5659fa2c59ace72c62af
|
|
BLAKE2b-256 checksum How to use checksums |
c294132be03ddad5cc7a5e43fee28130dabdb381995f9e4651327ac2594b93a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|