Skip to content

Releases: gunthercox/ChatterBot

0.1.0

03 Feb 11:56
Compare
Choose a tag to compare
  • Responses are now stored in json dictionary instead of csv files #27
  • Only user input is now tracked
  • Added tracking for the number of times a statement occurs
  • Deprecated exit() command has been removed
  • The log_directory variable has been replaced with jsondb's path variable. b2277de
  • Testing improvements #28, #29, #30 via @Alkalit

0.0.5

01 Feb 01:43
Compare
Choose a tag to compare
  • Added a check to make sure that empty lines in csv files are ignored. @Jay-Parker
  • Added GitHub social auth class.
  • Added method to get the name of the logged in account.

0.0.4

24 Jan 21:26
Compare
Choose a tag to compare
  • Added bot type for interacting with social media sites [https://github.com/gunthercox/ChatterBot/commit/940a6f7909dd17a879049071ed8672d1ad1c5158]
  • Switched to requests-oauth for making oauth requests [https://github.com/gunthercox/ChatterBot/commit/6c3b234d2eb6692976f96ca253b83c73d6fea00c]

0.0.3

22 May 22:28
Compare
Choose a tag to compare
  • Added rich data output method on the main ChatBot object
  • Added a module dedicated to enabling API access
  • Created objects to help abstract the data process of analyzing conversations

0.0.2

16 Oct 00:22
Compare
Choose a tag to compare
  • Added setup to tests so that data files are automatically created for testing
  • Changed to a lowercase package naming scheme

0.0.1

14 Oct 22:59
Compare
Choose a tag to compare
  • Updated documentation

0.0.0

12 Oct 00:01
Compare
Choose a tag to compare

Initial release to PyPi.