cyberapper / tradingview-webhook-bot

📊 Send TradingView alerts to Telegram, Discord, Slack, Twitter and Email.
Other
0 stars 0 forks source link

[ALG-53][Feature] Implement Message Queue Task Emitting #6

Closed petercool closed 6 months ago

petercool commented 6 months ago

v0.4.0 (2024-02-29)

Chore

Feature

The compose-dev.yml file has been added to the project. This file is used for configuring the development environment using Docker Compose.

refactor: remove docker-compose production configuration file

The docker-compose.yml file has been deleted from the project. This file was no longer needed and has been removed.

feat: add tests package and test files

The tests package has been added to the project, along with the __init__.py file and the test_emitter.py file. These files are used for writing tests for the emitter.py module.

feat: add emitter.py module

The emitter.py module has been added to the tradingview_webhook_bot package. This module is responsible for emitting events in the webhook bot application.

chore(pyproject.toml): add pika and python-dotenv dependencies (6a1ce28)

linear[bot] commented 6 months ago

ALG-53