Skip to content

A simple, easy to use, e621 API interface for Python!

License

Notifications You must be signed in to change notification settings

Hunter-The-Furry/py621

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py621

GPLv3 license made-with-python PyPI - Python Version GitHub code size in bytes PyPI PyPI - Downloads GitHub commit activity GitHub contributors GitHub forks GitHub last commit

A simple, easy to use, e621 API interface for Python!

Todos

  • Treat the Public API as an object, make it initialize once and be reutilized many times, mostly to prevent unnecessary repetition and to maybe make some useful stuff with the returned objects.
  • Make a way to be able to query multiple posts with a single request, as otherwise it's really slow.
  • Expand the Public API with all of the features which do not require login/authentication.
  • Add the Private API, which are the parts of the API that require login/authentication.
  • Merge the Public with the Private API so it becomes simpler to use, treating authentication as an optional argument to initialize.
  • Write a wiki and documentation for the project.
  • Write more examples for newcomers to get a better picture of how to use the API.

Contributors

Packages

No packages published

Languages

  • Python 100.0%