{"id":18976294,"url":"https://github.com/aiogram/telegram-exception-receiver","last_synced_at":"2026-04-09T08:30:18.678Z","repository":{"id":66186359,"uuid":"301124344","full_name":"aiogram/telegram-exception-receiver","owner":"aiogram","description":"Receive and store actual Telegram exceptions","archived":false,"fork":false,"pushed_at":"2020-10-05T10:50:08.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T23:59:59.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/aiogram.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}},"created_at":"2020-10-04T12:28:08.000Z","updated_at":"2024-01-15T00:53:19.000Z","dependencies_parsed_at":"2023-02-22T17:30:35.380Z","dependency_job_id":null,"html_url":"https://github.com/aiogram/telegram-exception-receiver","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"827d7ea27e214f80316688d39fc7ed3eaf991c5b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Ftelegram-exception-receiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Ftelegram-exception-receiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Ftelegram-exception-receiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Ftelegram-exception-receiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiogram","download_url":"https://codeload.github.com/aiogram/telegram-exception-receiver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239978057,"owners_count":19728271,"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":[],"created_at":"2024-11-08T15:23:30.833Z","updated_at":"2026-04-09T08:30:18.634Z","avatar_url":"https://github.com/aiogram.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram Exception Receiver\nReceive and store actual Telegram exceptions\n\n## Json Schema\n```json\n{\n    \"title\": \"TelegramException\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"code\": {\"title\": \"Code\", \"type\": \"integer\"},\n        \"name\": {\"title\": \"Name\", \"type\": \"string\"},\n        \"description\": {\"title\": \"Description\", \"type\": \"string\"},\n        \"required\": [\"code\", \"name\", \"description\"]\n    }\n}\n```\n\n## Post Json Example\nTo post an exception send POST request with json object to `http://{host}/exception` path.\nE.g:\n```json\n{\n    \"code\": 400,\n    \"name\": \"BadRequest\",\n    \"description\": \"Something went wrong!\"\n}\n```\nAlso you can send a list of objects. E.g:\n```json\n[\n    {\n        \"code\": 400,\n        \"name\": \"BadRequest\",\n        \"description\": \"Something went wrong!\"\n    },\n    {\n        \"code\": 401,\n        \"name\": \"AnotherBadRequest\",\n        \"description\": \"Something went wrong again!\"\n    }\n]\n```\n\n\n## Get exceptions\nTo get all stored exceptions send GET request to `http://{host}/exception` path.\nMethod will return a JSON with a list of exception objects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiogram%2Ftelegram-exception-receiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiogram%2Ftelegram-exception-receiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiogram%2Ftelegram-exception-receiver/lists"}