{"id":15564034,"url":"https://github.com/eigenein/mrktpltsbot","last_synced_at":"2025-09-20T10:32:28.291Z","repository":{"id":223657127,"uuid":"290309759","full_name":"eigenein/mrktpltsbot","owner":"eigenein","description":"Self-hosted Marktplaats notifications for Telegram","archived":false,"fork":false,"pushed_at":"2024-12-15T14:03:42.000Z","size":490,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T01:02:41.783Z","etag":null,"topics":["crates","marktplaats","search-bot","search-notifications","telegram","telegram-bot","telegram-bots","unofficial"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eigenein.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-25T19:53:16.000Z","updated_at":"2024-12-22T09:26:25.000Z","dependencies_parsed_at":"2024-12-10T16:40:19.416Z","dependency_job_id":"41a04ca1-1c39-42b8-81e2-cca74615b075","html_url":"https://github.com/eigenein/mrktpltsbot","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":"0.022727272727272707","last_synced_commit":"9af819d5c8cbccc3e540774be48df10ec14e64a8"},"previous_names":["eigenein/mrktpltsbot"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eigenein%2Fmrktpltsbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eigenein%2Fmrktpltsbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eigenein%2Fmrktpltsbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eigenein%2Fmrktpltsbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eigenein","download_url":"https://codeload.github.com/eigenein/mrktpltsbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233582513,"owners_count":18697862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["crates","marktplaats","search-bot","search-notifications","telegram","telegram-bot","telegram-bots","unofficial"],"created_at":"2024-10-02T16:34:48.178Z","updated_at":"2025-09-20T10:32:28.240Z","avatar_url":"https://github.com/eigenein.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `mrktpltsbot`\n\nSelf-hosted Marktplaats notifications for Telegram:\n\n- Allows authorized users to add and remove search queries\n- Periodically performs a search on Marktplaats\n- Sends out notifications for new search results to the subscribed user\n\n[![Crates.io](https://img.shields.io/crates/v/mrktpltsbot?logo=rust\u0026style=for-the-badge)](https://crates.io/crates/mrktpltsbot)\n[![License](https://img.shields.io/crates/l/mrktpltsbot?style=for-the-badge)](LICENSE)\n[![Build status](https://img.shields.io/github/actions/workflow/status/eigenein/mrktpltsbot/check.yaml?style=for-the-badge)](https://github.com/eigenein/mrktpltsbot/actions/workflows/check.yaml)\n[![Code coverage](https://img.shields.io/codecov/c/github/eigenein/mrktpltsbot?style=for-the-badge)\n](https://app.codecov.io/gh/eigenein/mrktpltsbot)\n\n\u003e [!CAUTION]\n\u003e This is an **unofficial bot** that **uses unofficial APIs**,\n\u003e so you take all the responsibility for any consequences of running the bot,\n\u003e for example, account or IP bans.\n\n\u003e [!NOTE]\n\u003e I realize the documentation is not complete – this is not a deliberate choice,\n\u003e but rather the best I could do given the limited resources.\n\u003e I strive to maintain and improve it over time.\n\n## Installation\n\n- From [crates.io](https://crates.io/crates/mrktpltsbot): `cargo install --locked mrktpltsbot`\n- [Docker image](https://github.com/eigenein/mrktpltsbot/pkgs/container/mrktpltsbot): `docker run -it --rm ghcr.io/eigenein/mrktpltsbot:2.0.0 --help`\n- [Pre-built binaries](https://github.com/eigenein/mrktpltsbot/releases)\n\n## Usage\n\n```text\nUsage: mrktpltsbot [OPTIONS] --telegram-bot-token \u003cBOT_TOKEN\u003e\n\nOptions:\n      --sentry-dsn \u003cSENTRY_DSN\u003e  Sentry DSN: \u003chttps://docs.sentry.io/concepts/key-terms/dsn-explainer/\u003e [env: SENTRY_DSN]\n      --db \u003cDB\u003e                  SQLite database path [env: DB] [default: mrktpltsbot.sqlite3]\n  -h, --help                     Print help\n  -V, --version                  Print version\n\nTelegram:\n      --telegram-bot-token \u003cBOT_TOKEN\u003e\n          Telegram bot token: \u003chttps://core.telegram.org/bots/api#authorizing-your-bot\u003e [env: TELEGRAM_BOT_TOKEN]\n      --telegram-poll-timeout-secs \u003cPOLL_TIMEOUT_SECS\u003e\n          Timeout for Telegram long polling, in seconds [env: TELEGRAM_POLL_TIMEOUT_SECS] [default: 60]\n      --telegram-authorize-chat-id \u003cAUTHORIZED_CHAT_IDS\u003e\n          Authorize chat ID to use the bot [env: TELEGRAM_AUTHORIZED_CHAT_IDS]\n      --telegram-heartbeat-url \u003ctelegram_heartbeat_url\u003e\n          Heartbeat URL for the Telegram bot [env: TELEGRAM_HEARTBEAT_URL]\n\nMarktplaats:\n      --marktplaats-crawl-interval-secs \u003cCRAWL_INTERVAL_SECS\u003e\n          Crawling interval, in seconds [env: MARKTPLAATS_CRAWL_INTERVAL_SECS] [default: 60]\n      --marktplaats-search-limit \u003cSEARCH_LIMIT\u003e\n          Limit of Marktplaats search results per query [env: MARKTPLAATS_SEARCH_LIMIT] [default: 30]\n      --marktplaats-heartbeat-url \u003cmarktplaats_heartbeat_url\u003e\n          Heartbeat URL for the Marktplaats crawler [env: MARKTPLAATS_HEARTBEAT_URL]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feigenein%2Fmrktpltsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feigenein%2Fmrktpltsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feigenein%2Fmrktpltsbot/lists"}