{"id":20598829,"url":"https://github.com/merklefruit/airdroid","last_synced_at":"2026-03-09T04:07:30.901Z","repository":{"id":173483889,"uuid":"616119384","full_name":"merklefruit/airdroid","owner":"merklefruit","description":"discover airdrops before the masses.","archived":false,"fork":false,"pushed_at":"2023-03-28T20:23:48.000Z","size":490,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-23T15:04:05.761Z","etag":null,"topics":["airdrops","bot","rust","telegram"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/merklefruit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-19T17:03:27.000Z","updated_at":"2025-01-20T19:40:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfdb51ca-4f30-40b7-a805-ce455c017263","html_url":"https://github.com/merklefruit/airdroid","commit_stats":null,"previous_names":["merklefruit/airdroid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/merklefruit/airdroid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merklefruit%2Fairdroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merklefruit%2Fairdroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merklefruit%2Fairdroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merklefruit%2Fairdroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merklefruit","download_url":"https://codeload.github.com/merklefruit/airdroid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merklefruit%2Fairdroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30282730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrops","bot","rust","telegram"],"created_at":"2024-11-16T08:28:37.041Z","updated_at":"2026-03-09T04:07:30.851Z","avatar_url":"https://github.com/merklefruit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"150\" height=\"150\" top=\"100\" src=\"./assets/airdroid.png\"\u003e\n\n# airdroid •\n\n**Discover airdrops before the masses.**\n\n## What is airdroid?\n\n_Airdroid_ is a tool that listens for new SSL certificates via CertStream websocket, and then checks if the domain names registered in the certificate are included in a list of specific keywords. If so, it will send a notification to a Telegram channel.\n\n## Why?\n\nOfficial airdrops always come with a website page, which often has a new domain or subdomain. This tool will help you discover airdrops before teams announce them officially.\n\n## How does it work?\n\nThe primary flow is composed of three operations that are run concurrently:\n\n1. A CertStream websocket connection is opened to listen for new certificates. Each certificate is checked against a whitelist of tracked keywords, and the resulting domains are added to a \"new domains\" list.\n2. A thread is spawned to handle Telegram updates, periodically checking for new domains in the \"new domains\" list. If any are found, they are checked against the \"already-known domains\" list to avoid duplicates, and then returned as a Telegram message.\n3. The Teloxide dispatcher is run to handle incoming commands to manage the bot.\n\nAirdroid also uses RocksDB to store the domains list and some Telegram-related data. A DB instance is opened at startup and shared through all the components of the bot.\n\n## How to use\n\nTo run airdroid, you need the Rust toolchain installed. You can install it by following the instructions [here](https://www.rust-lang.org/tools/install). Then, you can run the bot by following these steps:\n\n1. Clone the repository and `cd` into it:\n\n   ```shell\n   git clone git@github.com:merklefruit/airdroid.git\n   cd airdroid\n   ```\n\n2. Create a `.env` file and fill it with the env variables required:\n\n   ```shell\n   cp .env.example .env\n   ```\n\n3. Run the bot:\n\n   ```shell\n   cargo run\n   ```\n\n4. Once installed, you can open the telegram chat with the bot and should be able to send the `/help` command to see all the available commands.\n\n## Acknowledgements\n\n- [CertStream websocket](https://certstream.calidog.io/)\n- [CertStream-Rust](https://github.com/hrbrmstr/certstream-rust)\n\nLastly, thanks to _Rain_ from the Flashbots discord for the idea!\n\n![rain_flashbots](./assets/rainusta_flashbots.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerklefruit%2Fairdroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerklefruit%2Fairdroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerklefruit%2Fairdroid/lists"}