created db_handler and fetchers
This commit is contained in:
parent
ca06985d51
commit
f1d3fd0050
15
telegram_bot/db_handler.py
Normal file
15
telegram_bot/db_handler.py
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
"""
|
||||||
|
script for database interaction
|
||||||
|
"""
|
||||||
|
__author__ = "Florian Kellermann, Linus Eickhoff"
|
||||||
|
__date__ = "15.03.2022"
|
||||||
|
__version__ = "0.0.1"
|
||||||
|
__license__ = "None"
|
||||||
|
|
||||||
|
# get db_key from env
|
||||||
|
|
||||||
|
class DB_Handler:
|
||||||
|
|
||||||
|
def __init__(self, db_adress):
|
||||||
|
# tbd
|
||||||
|
return
|
0
telegram_bot/news_fetcher.py
Normal file
0
telegram_bot/news_fetcher.py
Normal file
7
telegram_bot/share_fetcher.py
Normal file
7
telegram_bot/share_fetcher.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
"""
|
||||||
|
script for share fetching (by symbols (e.g. AAPL, TSLA etc.))
|
||||||
|
"""
|
||||||
|
__author__ = "Florian Kellermann, Linus Eickhoff"
|
||||||
|
__date__ = "15.03.2022"
|
||||||
|
__version__ = "0.0.1"
|
||||||
|
__license__ = "None"
|
Loading…
Reference in New Issue
Block a user