Skip to content

Innova4D/expression-monpy-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

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.

About

A simple script for testing Expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages