updated dates
This commit is contained in:
parent
8c40044fdf
commit
13653a388d
@ -2,7 +2,7 @@
|
|||||||
script for communicating with webservice to get data from database
|
script for communicating with webservice to get data from database
|
||||||
"""
|
"""
|
||||||
__author__ = "Florian Kellermann, Linus Eickhoff"
|
__author__ = "Florian Kellermann, Linus Eickhoff"
|
||||||
__date__ = "26.04.2022"
|
__date__ = "10.05.2022"
|
||||||
__version__ = "1.0.2"
|
__version__ = "1.0.2"
|
||||||
__license__ = "None"
|
__license__ = "None"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
script for telegram bot and its functions
|
script for telegram bot and its functions
|
||||||
"""
|
"""
|
||||||
__author__ = "Florian Kellermann, Linus Eickhoff"
|
__author__ = "Florian Kellermann, Linus Eickhoff"
|
||||||
__date__ = "26.04.2022"
|
__date__ = "10.05.2022"
|
||||||
__version__ = "1.2.3"
|
__version__ = "1.2.3"
|
||||||
__license__ = "None"
|
__license__ = "None"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
script for regularly sending updates on shares and news based on user interval
|
script for regularly sending updates on shares and news based on user interval
|
||||||
"""
|
"""
|
||||||
__author__ = "Florian Kellermann, Linus Eickhoff"
|
__author__ = "Florian Kellermann, Linus Eickhoff"
|
||||||
__date__ = "26.04.2022"
|
__date__ = "10.05.2022"
|
||||||
__version__ = "1.0.2"
|
__version__ = "1.0.2"
|
||||||
__license__ = "None"
|
__license__ = "None"
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
script for share fetching (by symbols (e.g. AAPL, TSLA etc.))
|
script for share fetching (by symbols (e.g. AAPL, TSLA etc.))
|
||||||
"""
|
"""
|
||||||
__author__ = "Florian Kellermann, Linus Eickhoff"
|
__author__ = "Florian Kellermann, Linus Eickhoff"
|
||||||
__date__ = "15.03.2022"
|
__date__ = "10.05.2022"
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.0.1"
|
||||||
__license__ = "None"
|
__license__ = "None"
|
||||||
|
|
||||||
import investpy
|
import investpy
|
||||||
|
Loading…
Reference in New Issue
Block a user