this post was submitted on 28 Jun 2023
90 points (97.9% liked)

Fediverse

17854 readers
9 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 5 years ago
MODERATORS
 

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.

@fediverse @fediversenews

you are viewing a single comment's thread
view the rest of the comments
[–] db0@lemmy.dbzer0.com 53 points 2 years ago (6 children)

Hey everyone, "someone" here, AMA :D

[–] Richardisaguy@lemmy.ml 7 points 2 years ago* (last edited 2 years ago) (1 children)
[–] Machefi@lemmy.world 4 points 2 years ago (1 children)

Where does the name come from and what's going on on that logo?

[–] db0@lemmy.dbzer0.com 8 points 2 years ago (1 children)

Python + Motörhead and what do you mean?

[–] maegul@lemmy.ml 9 points 2 years ago

Where ... for those who don't know ... Motörhead was band headed by a fellow named ... "Lemmy" (who's partly responsible for the name of this place!)

[–] makingStuffForFun@lemmy.ml 3 points 2 years ago (1 children)

I'd love to write a bot for my own community. I used to use praw, when reddit was a thing.

Can you see your wrapper being used this way? If so, is it ready for this yet? If so, is there any example code or docs on this?

Thanks for your work, it's very much appreciated.

[–] db0@lemmy.dbzer0.com 5 points 2 years ago

Yes there isn't a reason not to use it as a bot. We don't have all the API endpoints yet as we add them usually as we need them, but if you need one we don't have, just open a PR or send an issue and we'll handle it.

[–] redrumBot@lemmy.ml 1 points 2 years ago (1 children)

I think that this question from my non bot account has not reached you:

@carlesmu@lemmygrad.ml wrote:

Thanks for the wrapper :)

Two questions:

  1. Where can I find the relation between languages and the languages_id ints?

  2. 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?

[–] db0@lemmy.dbzer0.com 2 points 2 years ago

I believe pythorhead writes a specific log when you try too login to a non python instance. The node info likewise has a function to retrieve it

[–] Machefi@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (1 children)

(Sorry for repeating myself, my instance had a minor rollback)

Where does the name come from and what's going on on that logo? It looks like a snake with sunglasses, but I can't locate it's head or tail.