Hi everyone,
I’d like to share a project I’ve been working on recently, Plemmy! Plemmy allows you to interact with any Lemmy instance using Python and the LemmyHttp API.
Currently all LemmyHttp functions (POST, PUT, GET) have been implemented.
Feel free to provide feedback or contribute in any way!
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
Just checked it out. Big fan of the simplicity you’ve kept with this. Do you think it would be worth adding in some kind of rate limiting functionality?
create_form(locals())
is so elegant! Each API endpoint is almost entirely described by the method signature alone, about as DRY as can be. Very clever (the good kind!)