LICENSE
README.md
pyproject.toml
setup.py
DiscordAlertsTrader/__init__.py
DiscordAlertsTrader/alerts_tracker.py
DiscordAlertsTrader/alerts_trader.py
DiscordAlertsTrader/configurator.py
DiscordAlertsTrader/discord_bot.py
DiscordAlertsTrader/gui.py
DiscordAlertsTrader/gui_generator.py
DiscordAlertsTrader/gui_layouts.py
DiscordAlertsTrader/message_parser.py
DiscordAlertsTrader.egg-info/PKG-INFO
DiscordAlertsTrader.egg-info/SOURCES.txt
DiscordAlertsTrader.egg-info/dependency_links.txt
DiscordAlertsTrader.egg-info/entry_points.txt
DiscordAlertsTrader.egg-info/requires.txt
DiscordAlertsTrader.egg-info/top_level.txt
DiscordAlertsTrader/brokerages/TDA_api.py
DiscordAlertsTrader/brokerages/__init__.py
tests/__init__.py
tests/msg_samples.py
tests/td_dummy.py
tests/test_AlertsTracker.py
tests/test_TDsession.py
tests/test_configurator.py
tests/test_discord_bot.py