adds checks & logs

This commit is contained in:
2023-06-23 13:00:23 +02:00
parent 7e8666f094
commit 599202ae4d
2 changed files with 45 additions and 2 deletions

View File

@@ -29,6 +29,9 @@ no_slices = 24 # Number of slices / time periods.
# Maximum tweets to be scraped by snscrape. Can be left untouched.
maxTweets = 5000
# Name of logfile
logfile = 'log/log_'
## Install snscrape from local git repo to make shure that it fits the used version.
# If snscrape is already installed, uncomment the following lines: