Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 634 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 634 Bytes

Expression-monpy-demo

A simple script for testing Expression, simply run this script in a terminal while Expression-meteor is running.

This script was tailored exclusively for Expression-meteor v0.4 and v0.5

# Install First install pymongo:

pip install pymongo

#Options:

  • Increase the number of active sentiment cards.
  • Increase the amount of comments per second.
  • Set the probability of a succesful comment.

Example:

##### How many sentiment cards?
sc = 2
##### How many comments/second?
cmts = 1
#### Probability of succesful comment
acc  = 100

In doubt please refer to the issues section.