chatbase-python icon indicating copy to clipboard operation
chatbase-python copied to clipboard

Integrate your Python application with Chatbase!

Results 10 chatbase-python issues
Sort by recently updated
recently updated
newest added

Fix error "No module named 'base_message'" when import chatbase.

# Description The latest version of `chatbase` is 0.2.1, but only 0.2 is available in PyPI. https://pypi.org/project/chatbase/ Also, the official document uses PyPI to install this package, as well as...

I'm using chatbase in my heroku app. When I import it, it gives me the following error: ``` from chatbase import Message File "/app/.heroku/python/lib/python3.6/site-packages/chatbase/__init__.py", line 18, in from chatbase.facebook_agent_message import...

The version in PyPI is broken but fixed here https://github.com/google/chatbase-python/commit/a1e0a028d5d3813e33e53fb9fb29e57178fbd5dd, so it will be great if the version is updated there too. Thank you.

Fix typo: "message" -> "messages" You can say "all messages" or "every message". See https://english.stackexchange.com/questions/73977/english-usage-every-vs-all

For the last 7 months, I have not observed any activity to develop this library, meanwhile, pull requests for important fixes have been opened so far. I wrote my own...

Add default time-stamp argument = "None", in case user wants to input customized time-stamp, instead of system's, the API shall allow.

https://chatbase.com/documentation/generic Docs allow setting custom_session_id, but missing from Message class https://github.com/google/chatbase-python/pull/8

Apply API for [Custom Events](https://chatbase.com/documentation/events) and [Click Tracking](https://chatbase.com/documentation/taps)