mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 19:15:45 +08:00
Financial Watchdog
Requirements
- WebDriver process running on port 4444 (e.g., geckodriver, chromedriver)
- SQLite 3.19.3
- Rust 1.33
- Diesel CLI 1.4
When installing diesel_cli if you run into any errors try installing with our needed features only:
$> make install_diesel_cli
Setup
Create a .env with the following values:
DATABASE_URL: The filepath where the DB will be stored (SQLite)SLACK_WEBHOOK_URL: URL for Slack's webhook
Create the database by running the migrations:
$> make migration
Running
Run it
$> make run