{"id":13337852,"url":"https://github.com/tldr-pages/tldr-bot","last_synced_at":"2025-07-22T01:04:57.910Z","repository":{"id":65983030,"uuid":"89628207","full_name":"tldr-pages/tldr-bot","owner":"tldr-pages","description":":robot: A simple bot that performs automation tasks on the main tldr repo","archived":false,"fork":false,"pushed_at":"2024-10-01T01:03:29.000Z","size":34,"stargazers_count":29,"open_issues_count":5,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-02T11:55:59.062Z","etag":null,"topics":["automation","bot","continuous-integration","hacktoberfest","tldr","tldr-pages"],"latest_commit_sha":null,"homepage":"https://github.com/tldr-bot","language":"Python","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/tldr-pages.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-27T18:28:04.000Z","updated_at":"2024-10-01T01:03:32.000Z","dependencies_parsed_at":"2023-02-19T18:50:25.611Z","dependency_job_id":null,"html_url":"https://github.com/tldr-pages/tldr-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tldr-pages/tldr-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tldr-pages%2Ftldr-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tldr-pages%2Ftldr-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tldr-pages%2Ftldr-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tldr-pages%2Ftldr-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tldr-pages","download_url":"https://codeload.github.com/tldr-pages/tldr-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tldr-pages%2Ftldr-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405405,"owners_count":23923536,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","bot","continuous-integration","hacktoberfest","tldr","tldr-pages"],"created_at":"2024-07-29T19:15:10.150Z","updated_at":"2025-07-22T01:04:57.890Z","avatar_url":"https://github.com/tldr-pages.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tldr-bot\n\nA simple [bot](https://github.com/tldr-bot) that performs automation tasks on the main [tldr repository](https://github.com/tldr-pages/tldr).\n\n## Quick start\n\n- Generate a GitHub personal access token with the `repo` scope and then set the needed environment variables:\n\n```sh\nFLASK_APP=/path/to/app/tldr_bot.py\nBOT_TOKEN=\u003ctoken\u003e\nBOT_USERNAME=\u003cusername\u003e\nREPO_SLUG=tldr-pages/tldr\nPORT=\u003cport\u003e\n```\n\nThen run the app using Flask:\n\n```sh\nflask run --port=$PORT\n```\n\n## Run as a service\n\nSee the [`tldr-bot.service`](/tldr-bot.service) file for an example systemd unit configuration.\n\nTypically, the service is running under uWSGI and fronted by nginx. So you need to set the proper nginx config too.\n\n```sh\n    location / {\n        include uwsgi_params;\n        uwsgi_pass 127.0.0.1:6129;\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftldr-pages%2Ftldr-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftldr-pages%2Ftldr-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftldr-pages%2Ftldr-bot/lists"}