{"id":23276905,"url":"https://github.com/fusillicode/xddmod","last_synced_at":"2025-10-07T05:33:44.681Z","repository":{"id":149962186,"uuid":"604019782","full_name":"fusillicode/xddmod","owner":"fusillicode","description":"My personal trusty Twitch little pet 🐀","archived":false,"fork":false,"pushed_at":"2024-12-15T15:27:54.000Z","size":392,"stargazers_count":5,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T09:50:43.129Z","etag":null,"topics":["moderation","moderation-bot","open-source-saturday","rust","twitch","twitch-api","twitch-bot"],"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/fusillicode.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,"zenodo":null}},"created_at":"2023-02-20T06:52:25.000Z","updated_at":"2024-12-15T15:27:58.000Z","dependencies_parsed_at":"2023-10-16T16:31:14.932Z","dependency_job_id":"238af155-8bb9-41d0-b13b-5690e5ce537b","html_url":"https://github.com/fusillicode/xddmod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fusillicode/xddmod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusillicode%2Fxddmod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusillicode%2Fxddmod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusillicode%2Fxddmod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusillicode%2Fxddmod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fusillicode","download_url":"https://codeload.github.com/fusillicode/xddmod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusillicode%2Fxddmod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278723917,"owners_count":26034689,"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-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["moderation","moderation-bot","open-source-saturday","rust","twitch","twitch-api","twitch-bot"],"created_at":"2024-12-19T21:39:19.020Z","updated_at":"2025-10-07T05:33:44.631Z","avatar_url":"https://github.com/fusillicode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xddmod\n\n[![Open Source Saturday](https://img.shields.io/badge/%E2%9D%A4%EF%B8%8F-open%20source%20saturday-F64060.svg)](https://www.meetup.com/it-IT/Open-Source-Saturday-Milano/)\n[![Top language](https://img.shields.io/github/languages/top/fusillicode/xddmod)](https://www.rust-lang.org/)\n[![Commits](https://shields.io/github/last-commit/fusillicode/xddmod)](https://github.com/fusillicode/xddmod/commits/main)\n[![Issues](https://shields.io/github/issues/fusillicode/xddmod)](https://github.com/fusillicode/xddmod/issues)\n[![Closed issues](https://shields.io/github/issues-closed/fusillicode/xddmod)](https://github.com/fusillicode/xddmod/issues?q=is%3Aissue+is%3Aclosed)\n\n![xdd](https://cdn.7tv.app/emote/641c02da3f88c5f0b445680d/4x.webp)\n\n## Create .env\n\n```\ncp .local.env .env\n```\n\n## Setup local db\n\n```\ncargo sqlx db-reset --database-url sqlite://\u003cLOCAL_DB_FILE\u003e.db\n```\n\n## \"Prepare\" sqlx queries \u0026\u0026 seed db\n\n```\ncargo sqlx prepare --workspace --database-url sqlite://\u003cLOCAL_DB_FILE\u003e.db -- --tests \u0026\u0026 \\\n    source .env \u0026\u0026 cargo run --bin dankcontent -- \u003cLOCAL_DB_FILE\u003e.db \u003cMOD_ID\u003e\n```\n\n## Import champions info in db\n\n```\ncargo run --bin xtask import-ddragon-champion\n    --ddragon-api-base-url http://ddragon.leagueoflegends.com/cdn/\u003cAPI_VERSION\u003e/data/en_US\n    --db-url sqlite://\u003cLOCAL_DB_FILE\u003e.db\n```\n\n## Run xddmod\n\n```\nsource .env \u0026\u0026 RUST_BACKTRACE=1 cargo run --bin xddmod -- \u003cCHANNEL\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusillicode%2Fxddmod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusillicode%2Fxddmod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusillicode%2Fxddmod/lists"}