SEC form 4 transaction notifier for insiders trading in the US stock market.
Uses only data from the SEC EDGAR database.
- Clone the repository
git clone https://github.com/torbenconto/open-transaction-notifier.git && cd open-transaction-notifier
-
Configure
-
Configure the notifier to your liking Modify config.toml to your heart's content.
-
Run the docker-compose
docker compose up -d
Notifying options:
- NOTIFICATION_METHOD=discord_webhook (NOTIFICATION_INFO=your_discord_webhook_url)