Added graph

This commit is contained in:
2022-11-02 15:32:44 +01:00
parent f23dc3d544
commit 41af3b37b5
6 changed files with 28 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ def add_request_handlers(httpd):
@event('init')
def setup(ctx, e):
# start the offline tweet stream
start_offline_tweets('data/bata_2014.txt', 'chirp', time_factor=100000)
start_offline_tweets('sports1.txt', 'chirp', time_factor=100000)
ctx.words = {}
# simple word splitter