github dsdanielpark/Bard-API 0.1.13

latest releases: 0.1.40, 0.1.39, 0.1.38...
18 months ago

I will update the ChatBard class. The stable version is still 0.1.11.
Starting from version 0.1.12, it will be available only on the GitHub dev branch.

ChatBard

from bardapi import ChatBard
    
chat = ChatBard()
chat.start()

or

from bardapi import ChatBard
import os
os.environ["_BARD_API_KEY"] = 'xxxxxx'   # Requird
os.environ["_BARD_API_LANG"] = Arabic    # Optional, Default to English
os.environ["_BARD_API_TIMEOUT"] = 30     # Optional, Session Timeout
 
chat = ChatBard()
chat.start()

Don't miss a new Bard-API release

NewReleases is sending notifications on new releases.