Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tommasoamici/capitoltrades
- Owner: TommasoAmici
- License: mit
- Created: 2024-03-29T23:31:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T11:30:26.000Z (8 months ago)
- Last Synced: 2024-12-09T09:17:18.730Z (14 days ago)
- Topics: telegram-bot, teloxide, trading
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).