Changes between Version 5 and Version 6 of CurrentFunctions


Ignore:
Timestamp:
Feb 26, 2019, 11:47:53 PM (6 years ago)
Author:
xsabol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CurrentFunctions

    v5 v6  
    2525 * can also be combined with "overview" which yields the same results as in "detailed" but with workspace statistics at the beginning
    2626
    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
     35source:officebot_stable/config.py - parameters
    2836* USER_TOKEN and BOT_TOKEN - both tokens are necessary for bot to function
    2937* SLACK_NAME - name of the chatbot (default="!OfficeBot")