Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 479 Bytes

Readme.md

File metadata and controls

23 lines (22 loc) · 479 Bytes

/!\PROJET EN PAUSE !/!\

Wrapper801

Introduction

Wrapper801 est un module Python permettant à tous de créer son propre bot/service utilisant le forum d'atelier801.


Utilisation

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 !