A JellyCat online store stock tracker
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file JellyDog-0.1.3.tar.gz.
File metadata
- Download URL: JellyDog-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff26c3cc4e1b09f8006c3ad00592c4a6ec176dbddac9ac19d3e4554658648c3b
|
|
| MD5 |
44ad54ab28ee35b8beec0aa47b1a86d9
|
|
| BLAKE2b-256 |
0fc749181b2e287559ba81af59b976af066a608f65afacd40be63f91ff23aa96
|
File details
Details for the file JellyDog-0.1.3-py3-none-any.whl.
File metadata
- Download URL: JellyDog-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da04099730e1493cab1cc70cd6be4c76479746ecb84c8848a158f46ea3878ff0
|
|
| MD5 |
fdce9dfb986720563ce2710bf54dba60
|
|
| BLAKE2b-256 |
cf38356fa6a4edcd4269d3db62d18ec45e2df03d25dfb471a497d14690476f23
|