A python library for interacting with the e621 api
Project description
E620py
E620py is a python library for interacting with the e621 api.
Here is an example of fetching a single post:
>>> import e620py
>>> post = e620py.E6get().post_get("order:score", fetch_all=False, fetch_count=1)
>>> print(post[0].m_id)
2848682
Most functions have doc strings so its easy to quickly see how a function works without having to understand the spaghetti code 💀.
Features
Post:
- Fetching
- Uploading
- Editing
- Voting
- Favorite and unfavorite
- Downloading
Pool:
- Fetching (only one page at a time for now)
- Creating
- Editing
- Downloading
Note: The download functions do not have doc strings yet
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
E620py-0.9.1.tar.gz
(12.5 kB
view details)
Built Distribution
E620py-0.9.1-py3-none-any.whl
(14.5 kB
view details)
File details
Details for the file E620py-0.9.1.tar.gz
.
File metadata
- Download URL: E620py-0.9.1.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f1a810a880e316545c1eac5439ef0544d3344878d1d16003d990f3dd6ea309c |
|
MD5 | 3f92a7482ee1e3b94f872c3a8ad8f8b0 |
|
BLAKE2b-256 | 28f5dac01290962daefd535b53d1592650b7614c03ca62f8334ef9670784eadb |
File details
Details for the file E620py-0.9.1-py3-none-any.whl
.
File metadata
- Download URL: E620py-0.9.1-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0311803f07256281e2adcde69d2c7729235c40c3afeb020dd0be9aa62813a336 |
|
MD5 | 606323e8ae1788be9bf8917550b0ed08 |
|
BLAKE2b-256 | 935882d68622f6ab08b41aed009c014ae021a99c8defbcc9abc7e636dbf9fcf1 |