Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tommasoamici/capitoltrades

A Telegram bot to track trades of American politicians
https://github.com/tommasoamici/capitoltrades

telegram-bot teloxide trading

Last synced: 12 days ago
JSON representation

A Telegram bot to track trades of American politicians

Awesome Lists containing this project

README

        

# Capitol trades bot

This repository contains the source code for a Telegram bot to track trades
of American politicians.

The [capitoltrades_api](./crates/capitoltrades_api/) crate is a standalone
client for fetching data from .
It uses [reqwest](https://docs.rs/reqwest/latest/reqwest/) for synchronous HTTP requests.

The [telegram_bot](./crates/telegram_bot/) crate contains the code for the Telegram
bot, built with [Teloxide](https://github.com/teloxide/teloxide).