mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-08 03:18:31 +03:00
Add files via upload
This commit is contained in:
32
logging.ini
Normal file
32
logging.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
[loggers]
|
||||
keys=root
|
||||
|
||||
[handlers]
|
||||
keys=consoleHandler,fileHandler
|
||||
|
||||
[formatters]
|
||||
keys=consoleFormatter,fileFormatter
|
||||
|
||||
[logger_root]
|
||||
level=INFO
|
||||
handlers=consoleHandler,fileHandler
|
||||
|
||||
[handler_consoleHandler]
|
||||
class=StreamHandler
|
||||
level=DEBUG
|
||||
formatter=consoleFormatter
|
||||
args=(sys.stdout,)
|
||||
|
||||
[handler_fileHandler]
|
||||
class=FileHandler
|
||||
level=WARNING
|
||||
formatter=fileFormatter
|
||||
args=("../logfile.log",)
|
||||
|
||||
[formatter_fileFormatter]
|
||||
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
|
||||
datefmt=
|
||||
|
||||
[formatter_consoleFormatter]
|
||||
format=%(levelname)s - %(message)s
|
||||
datefmt=
|
||||
10
requirements.txt
Normal file
10
requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cycler==0.11.0
|
||||
fonttools==4.33.3
|
||||
kiwisolver==1.4.2
|
||||
matplotlib==3.5.2
|
||||
numpy==1.22.3
|
||||
packaging==21.3
|
||||
Pillow==9.1.0
|
||||
pyparsing==3.0.8
|
||||
python-dateutil==2.8.2
|
||||
six==1.16.0
|
||||
Reference in New Issue
Block a user