Changes between Version 5 and Version 6 of CurrentFunctions
- Timestamp:
- Feb 26, 2019, 11:47:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CurrentFunctions
v5 v6 25 25 * can also be combined with "overview" which yields the same results as in "detailed" but with workspace statistics at the beginning 26 26 27 source:constants.py - parameters 27 * `language` - uses langid (Python module for language classification), results in: 28 * most frequently used language in conversation 29 * list of used languages followed by frequency 30 31 * `time` - modifier 32 * takes 1 parameter which represents how far behind should chatbot look in the conversation 33 * still not fully implemented 34 35 source:officebot_stable/config.py - parameters 28 36 * USER_TOKEN and BOT_TOKEN - both tokens are necessary for bot to function 29 37 * SLACK_NAME - name of the chatbot (default="!OfficeBot")