Skip to content

JamezQ/u413lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U413lib - A open-source python API for u413.


Here is all you need to make a basic program:
make sure you have BeutifulSoup

#################Start######################

import u413lib
client = u413lib.createclient()
client.login('username','password')
chatter = client.joinchat('general')

chatter.send('u413lib!')


#################END########################
Save it as uLibTest.py
run it...
And thats all!

Any questions can be directed to jamezmcclain@gmail.com.

About

A python API for u413.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages