Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 354 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 354 Bytes

Installation

To install eBot.py on your system, navigate to the eBot-API directory and run:

python setup.py install

Note: You may need root permissions.

Example import:

from eBot import eBot

myBot = eBot.eBot()
...

Future import implementation (under development):

from eBot-API import eBot

myBot = eBot()
...