JellyDog
A Python web scraper to get stock data from JellyCat.com To use JellyDog simply do this:
import JellyDog
url = "https://www.jellycat.com/us/toastie-vivacious-aubergine-tov3au/" #Use Online stock page url
stock = JellyDog.check(url)
The Stock variable would be a dictionary variable with following schemetic:
stock = {'model1' : ['name1', 'stock count', 'url'], 'model2' : ['name2', 'stock count', 'url']}
Model is the ID of a specific model and size where you can find under the name of the name of each JellyCat name
In this example, the ID number is TOV3AU
So If you run the code above, you should expect stock look like this:
{'tov3au': ['Toastie Vivacious Aubergine', 4184]}
What's next
-
Currently a webpage is being developed so everyone can easily get the up to date stock number for jellycat models
-
Futher Email/Discord/Telegram bot maybe created to notice user about specific model restocking by request
Release files for JellyDog 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| JellyDog-0.1.3.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| JellyDog-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / JellyDog-0.1.3.tar.gz
| Download URL | JellyDog-0.1.3.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff26c3cc4e1b09f8006c3ad00592c4a6ec176dbddac9ac19d3e4554658648c3b
|
|
BLAKE2b-256 checksum How to use checksums |
0fc749181b2e287559ba81af59b976af066a608f65afacd40be63f91ff23aa96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / JellyDog-0.1.3-py3-none-any.whl
| Download URL | JellyDog-0.1.3-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
da04099730e1493cab1cc70cd6be4c76479746ecb84c8848a158f46ea3878ff0
|
|
BLAKE2b-256 checksum How to use checksums |
cf38356fa6a4edcd4269d3db62d18ec45e2df03d25dfb471a497d14690476f23
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|