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.2.tar.gz
(12.5 kB
view details)
Built Distribution
E620py-0.9.2-py3-none-any.whl
(14.5 kB
view details)
File details
Details for the file E620py-0.9.2.tar.gz
.
File metadata
- Download URL: E620py-0.9.2.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dadc8638cb614c1cefc56cc3ed7ed1fa69e0a28cb4c05385d52c0c57ff14c55b |
|
MD5 | d528e6b2a17426a07de44b397ce385e1 |
|
BLAKE2b-256 | 155ab1da5f0abda5b0b38bb0335d66c866ff10337d660c43d082a3f427c744c5 |
File details
Details for the file E620py-0.9.2-py3-none-any.whl
.
File metadata
- Download URL: E620py-0.9.2-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.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0a93fef6edbbf758124520a8f22db2e6fc21cd49275d72f276a585f3167ddf4 |
|
MD5 | 13ab97755af1f0a7b6b2fae61d9e630c |
|
BLAKE2b-256 | e4667d950406aeb261ed2611e4cf842248136ae7a246b418588becd9b30d096c |