{"id":16606872,"url":"https://github.com/k4yt3x/pixivdaily-rust","last_synced_at":"2025-10-09T01:11:42.837Z","repository":{"id":38451283,"uuid":"398948989","full_name":"k4yt3x/pixivdaily-rust","owner":"k4yt3x","description":"Source code for the Telegram channel @pixiv_daily","archived":false,"fork":false,"pushed_at":"2025-02-22T07:19:03.000Z","size":39,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T01:06:29.327Z","etag":null,"topics":["pixiv","rust","telegram"],"latest_commit_sha":null,"homepage":"https://t.me/pixiv_daily","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k4yt3x.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-23T02:18:50.000Z","updated_at":"2025-06-01T14:09:40.000Z","dependencies_parsed_at":"2025-10-09T01:05:42.080Z","dependency_job_id":null,"html_url":"https://github.com/k4yt3x/pixivdaily-rust","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/k4yt3x/pixivdaily-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fpixivdaily-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fpixivdaily-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fpixivdaily-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fpixivdaily-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k4yt3x","download_url":"https://codeload.github.com/k4yt3x/pixivdaily-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fpixivdaily-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000722,"owners_count":26082894,"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-08T02:00:06.501Z","response_time":56,"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":["pixiv","rust","telegram"],"created_at":"2024-10-12T01:10:34.504Z","updated_at":"2025-10-09T01:11:42.820Z","avatar_url":"https://github.com/k4yt3x.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PixivDaily (Rust)\n\nThis repository contains the source code of the backend program running the Telegram channels [@pixiv_daily](https://t.me/pixiv_daily) and [@pixiv_daily_r18](https://t.me/pixiv_daily_r18).\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/21986859/164949671-5a8cf248-3feb-409e-91f9-9854b2038bce.png\"/\u003e\n\u003c/p\u003e\n\n## Run in a Container\n\nYou will obviously first have to have an OCI-compatible container runtime like Podman or Docker installed. Then, pull and run the container:\n\n```shell\nsudo podman run -e TELOXIDE_TOKEN=$TELOXIDE_TOKEN -e TELOXIDE_CHAT_ID=$TELOXIDE_CHAT_ID ghcr.io/k4yt3x/pixivdaily:1.4.0\n```\n\nYou can pass the settings either through environment variables or arguments. For details, see the help page of the binary:\n\n```shell\nsudo podman run ghcr.io/k4yt3x/pixivdaily:1.4.0 -h\n```\n\n## Run From Source\n\nFirst, you'll need to clone and build this program. For this step, you will need `cargo` to be installed and the `rustc` compiler available.\n\n```shell\ngit clone https://github.com/k4yt3x/pixivdaily-rust\ncd pixivdaily-rust\ncargo build --release\n```\n\nAfter the binary is built, you can either run it directly:\n\n```shell\n./target/release/pixivdaily -c [CHAT_ID] -t [TOKEN]\n```\n\n...or run it with systemd. The default systemd timer runs the program at every midnight. Remember to update the fields in `/etc/pixivdaily.conf`.\n\n```shell\nsudo cp target/release/pixivdaily /usr/local/bin/pixivdaily\nsudo cp conf/pixivdaily.service conf/pixivdaily.timer /etc/systemd/system\nsudo cp conf/pixivdaily.conf /etc/pixivdaily.conf\nsudo systemctl daemon-reload\nsudo systemctl enable --now pixivdaily.timer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4yt3x%2Fpixivdaily-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4yt3x%2Fpixivdaily-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4yt3x%2Fpixivdaily-rust/lists"}