jnovinger / pythorhead

A python library for interacting with Lemmy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pythörhead

A python library for interacting with Lemmy

pythorhead logo

Sample Usage

from pythorhead import Lemmy

lemmy = Lemmy("https://lemmy.dbzer0.com")
lemmy.log_in("username", "password")
community_id = lemmy.discover_community("botart")
lemmy.post.create(community_id, "Hello Lemmy World")

About

A python library for interacting with Lemmy

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%