/!\PROJET EN PAUSE !/!\
Wrapper801 est un module Python permettant à tous de créer son propre bot/service utilisant le forum d'atelier801.
Initialisation :
from wrapper801 import *
bot = wrapper("Username", "Password")
Connexion :
bot.connect()
Envoyer un message :
message = inbox.Message("Username", "Object", "Message")
bot.send(message)
PROJET EN PAUSE !