Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serpent Of Discord

A Python wrapper around the Discord API. Very early in development!

##Example usage

from SODClient import SODClient

c = SODClient("email", "password")
c.login()

#Send a message to a channel you are a part of
c.sendMessage("server name","text channel name", "message")

c.logout()

About

A simple Python 2 wrapper around the Discord HTTPS API

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages