Someone’s started a Python wrapper around the lemmy API
https://github.com/db0/pythorhead (@db0)
Could make writing bots and other tools easier and quicker.
Hey everyone, “someone” here, AMA :D
Is there some api doc, or is it rtfs? :-)
Where does the name come from and what’s going on on that logo?
Do you line garlic bread?
I think that this question from my non bot account has not reached you:
@carlesmu@lemmygrad.ml wrote:
Thanks for the wrapper :)
Two questions:
Where can I find the relation between languages and the languages_id ints?
When I log in into a lemmy instance I check the protected member _requestor.nodeinfo to detect if the problem it’s the connection or the user/password:
lemmy = Lemmy(instance) if not lemmy.log_in(user, password): if not lemmy._requestor.nodeinfo: raise LemmyException(f"Sorry, cannot connect to lemmy instance {instance}.") raise LemmyException( f"Sorry, cannot login {user} into {instance}. Bad user or wrong password." )There is a better way to validate it?
@maegul @db0@lemmy.dbzer0.com @fediverse @fediversenews I'm also on hachyderm.io as well ;)