Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbgclient

Provides a way to get, post, and modify posts on the TBGs.

Example

from tbgclient import Session, Message

session = Session()
session.login("username", "password")
with session:
    msg = Message(content="Test", tid=170)
    msg.submit_post()

About

Provides a way to get, post, and modify posts on the TBGs.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages