All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added an autotesting suite based on
pytest
andResponses
. (#16) - Added a NOTICE.md file to tack third party license inclusions. (#16)
- Updated the README quickstart instructions to avoid dead object references. (#16)
- Switched the canonical project build framework from
setup.py
topyproject.toml
. (#18)
- Removed the
rule34Py.stats
feature, as it was removed from the upstream Rule34 APIs. (#17) - Removed the legacy
rule34Py_old
module, as it is no longer functional. (#17)
- Fixed the
rule34Py.get_pool()
method using the wrong API url. (#16)
- Updated and refreshed project documentation. (#13)
- Fixed the
rule34Py.random_post()
method using the wrong API url. (#4, #5) - Fixed an IndexError in the
rule34.random_post()
method. (#8)
from_json
to Post classpreview
field to Post classthumbnail
field to Post classsample
field to Post classvideo
field to Post classdirectory
field to Post classchange
field to Post classcontent_type
field to Post class- example files
- changed how
search
andget_post
are creating post objects
- Fixed bug where 'search' function didn't used value parameter of 'page_id'
- new class for TopMap
- made README.md look nicer
- updated code snippet
- updated documentation
rule34Py.tagmap()
now retuns list of TopTags
- fixed bug where random number could exceed array length of Random
- typos in some markdown files
RANDOM_POST
URI now uses '__base_url__' instead of '__api_url__' ( by talbaskin.business@gmail.com )
- added to function
search
additional error handling - updated DOCS
- updated rule34.xxx api url
- search function, added new parameter "ignore_max_limit"
- updated Docs
- author email
- setuppy min versions
- "tagmap" function (and docs for it)
- updated code snippet
- "get_pool" Function (and docs for it)
- relative links to absolute links in all readme files
- "search" Function
- "get_comments" Functon
- "get_post" Functon
- "icame" Functon (and docs for it)
- "random_post" Functon
- docs for every Object (an old doc for 1.3.38 and below)
- new code snippet/example
- Fixed bug
- updated README
- fixed bug
- "src/rule34Py.py"
- "random" Functon
- "README.md" upated documentation
- "search" Function
- "getCommets" Function
- "getAccount" Function
- "getPost" Function
- "getFavorites" Function
- LINCENSE.txt
- setup.py
- src/rule34Py.py
- src/test.xml
- src/http_client.py
- src/test.xml
- debug.py
- setup.py