If you've checked #aeolus in the past weeks, it was probably hard to miss the MAI chatbot that's been making everyone's life a little harder. It's evaluating chat, giving out points to both channel and message sender, and let people either tip those points around or bet them in a random roulette.
General stuff, Levels, PointsPoints are collected by chatting, getting tipped or winning the roulette.
Currently, the reward per line is:
- Code: Select all
min([0.4*wordcount, 1.2+0.2*wordcount, 6])
or in words: 0.4 points per word, up to 2.4 points, then only 0.2 more points per additional words, up to a maximum of 6 points.
Sentences that start with "!" or have an average wordlength less than 2 are ignored.
The players level does not actually matter atm, but is a easy way to quickly compare players' chat dedication.
Leveling up requires more and more points, exactly:
- Code: Select all
currentlevel * 5
Here a chart that plots the player's level, depending on points owned.
This is a mostly open project (save for a few configs, chat logs for markov chains etc), you can check code
hereEpochsFirst attempts (Beta)Unfortunally I can't make nice plots/charts here, as I haven't been tracking all events and did not make a proper reset, so the remaining data does not represent this epoch properly
However, we won't forget Giebmasse and EcoNoob farming us in chatroulettes.
Epoch 1End: August 19th, 2017
wealthiest players when the reset happened:
points gained by chatting alone, removed the influence of tips and roulette:
players with the best and worst luck in the roulette:
(quite some points lost to point leaks, which are supposed to be fixed by now)
people who received and spent most points in chat tips:
keep in mind that #reset isn't displayed
people who sponsored MAI into #1:
people who sponsored the reset:
and a special one for jarikboygangela, who ruled over us and decided to give us a fresh start:
Here the data:
you can use the statgraphs.py file in my git repo to create some plots on your own
Epoch 2End: August 22th, 2017
wealthiest players when the reset happened:
points by chatting alone:
people who sponsored the #reset:
chattips gained/given, channels such as #reset are not displayed
and lucky / less lucky people in the chat roulette
data: