Skip to content

A python library for interacting with Lemmy

License

Notifications You must be signed in to change notification settings

JodanJodan/pythorhead

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%