Skip to content

EdgeBotix/eBot-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
...

About

APIs to interface with eBots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages