{"id":26656450,"url":"https://github.com/foxbot/bottleneck","last_synced_at":"2025-04-11T11:08:28.149Z","repository":{"id":86754468,"uuid":"107056419","full_name":"foxbot/bottleneck","owner":"foxbot","description":"A Webhook Debouncer","archived":false,"fork":false,"pushed_at":"2018-09-23T01:30:35.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:35:12.979Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-10-15T23:22:41.000Z","updated_at":"2019-04-03T18:25:00.000Z","dependencies_parsed_at":"2023-03-09T04:45:18.475Z","dependency_job_id":null,"html_url":"https://github.com/foxbot/bottleneck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxbot%2Fbottleneck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxbot%2Fbottleneck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxbot%2Fbottleneck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxbot%2Fbottleneck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxbot","download_url":"https://codeload.github.com/foxbot/bottleneck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381761,"owners_count":21094525,"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":"2025-03-25T07:29:59.363Z","updated_at":"2025-04-11T11:08:28.139Z","avatar_url":"https://github.com/foxbot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bottleneck\n\nThis application provides a debouncer for Status Webhooks heading\ntowards Discord. \n\nDAB Bot does not attempt to group its outgoing debug webhooks together,\nleading to extreme ratelimits when all of a cluster's shards go down \n(such as during a Discord outage).\n\nThis project aims to provide as a middleman to help group webhooks\ntogether.\n\n### Configuration\n\nThe following values must be set in the configuration file prior to\nrunning:\n\n| key          | description                                |\n| ------------ | ------------------------------------------ |\n| `delay`      | Interval to process webhook queue          |\n| `batch_size` | Number of Embeds to include per batch      |\n| `url`        | Webhook URL                                |\n| `token`      | Authorization header to validate requests  |\n| `host`       | Host to run Flask server on                |\n| `port`       | Port to run Flask server on                |\n| `sentry`     | URL to Sentry instance ('None' to disable) |\n\n### Usage\n\n```http\nPOST /push HTTP/1.1\nHost: \u003chost\u003e\nAuthorization: \u003cauth token\u003e\nContent-Type: application/json\n\n{\n\t\"description\": \"embed content\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxbot%2Fbottleneck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxbot%2Fbottleneck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxbot%2Fbottleneck/lists"}