This repository contains the source code for a Telegram bot to track trades of American politicians.
The capitoltrades_api crate is a standalone client for fetching data from https://www.capitoltrades.com. It uses reqwest for synchronous HTTP requests.
The telegram_bot crate contains the code for the Telegram bot, built with Teloxide.