danitonapi

A global Artificial Intelligence Network called Daniton


License
MIT
Install
pip install danitonapi==1.5

Documentation

DanitonAPI

A global Artificial Intelligence Network called Daniton

API endpoint: api.daniton999.ml

Currently Available

ChatBot

Use

pip install danitonapi

from danitonapi import api
api.token = <TOKEN>

ChatBot

Normal

cb = api.ChatBot(id, username, language)
cb.getAnswer(message)
cb.reset()

Async

cb = api.ChatBot(id, username, language)
await cb.getAsyncAnswer(message)
cb.reset()