{"id":43908424,"url":"https://github.com/bungcip/rust-placebot","last_synced_at":"2026-02-06T20:07:45.794Z","repository":{"id":138476165,"uuid":"87015261","full_name":"bungcip/rust-placebot","owner":"bungcip","description":"/r/place bot written in rust","archived":false,"fork":false,"pushed_at":"2017-04-03T09:31:21.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-12T01:56:13.692Z","etag":null,"topics":["bot","reddit"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/bungcip.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}},"created_at":"2017-04-02T20:48:56.000Z","updated_at":"2017-04-02T20:59:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"45b90f7d-9196-4534-9f34-a7a473d40bdb","html_url":"https://github.com/bungcip/rust-placebot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bungcip/rust-placebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungcip%2Frust-placebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungcip%2Frust-placebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungcip%2Frust-placebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungcip%2Frust-placebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bungcip","download_url":"https://codeload.github.com/bungcip/rust-placebot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bungcip%2Frust-placebot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29174504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T19:56:27.068Z","status":"ssl_error","status_checked_at":"2026-02-06T19:56:18.934Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bot","reddit"],"created_at":"2026-02-06T20:07:44.964Z","updated_at":"2026-02-06T20:07:45.785Z","avatar_url":"https://github.com/bungcip.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rust Place Bot\n==============\n\nBot to place pixel on /r/place using rust.\n\nBEWARE: the script is an example of how to write bad rust code. you will see many `unwrap` and`clone`.  \n\n\nHOW TO USE rust-placebot\n------------------------\n\n- clone the repository:\n\n  `git clone https://github.com/bungcip/rust-placebot`\n\n- copy `users.toml.example` to `users.toml` and add your accounts\n\n  ```\n    ## username \u0026 password reddit login pair\n    ## use your throwaway account as slav.. I mean worker \n    users = [\n        {username=\"your_username_1\", password=\"your_password_1\"},\n        {username=\"your_username_2\", password=\"your_password_2\"},\n    ]\n  ```\n  \n- change `[image]` table with your preference:\n  ```\n  [image]\n    path = \"./ref.bmp\"                  ## target image reference. file must be BMP \u0026 have color like in /r/place\n    offset = { x = 915, y = 871}        ## Top Left Coordinate in /r/place\n  ```\n\n- edit `ref.bmp` with your favorite image editor. You must only use color allowed in /r/place,  otherwise the forbidden color will be replaced with color from zero index pallete.\n\n- run `cargo run`\n\n\nAllowed Colors in RGB format\n----------------------------\n\n    (255, 255, 255),\n    (228, 228, 228),\n    (136, 136, 136),\n    (34, 34, 34),\n    (255, 167, 209),\n    (229, 0, 0),\n    (229, 149, 0),\n    (160, 106, 66),\n    (229, 217, 0),\n    (148, 224, 68),\n    (2, 190, 1),\n    (0, 211, 221),\n    (0, 131, 199),\n    (0, 0, 234),\n    (207, 110, 228),\n    (130, 0, 128),\n\nOr you use `reddit_place_palette.txt` if you use `Paint.NET`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbungcip%2Frust-placebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbungcip%2Frust-placebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbungcip%2Frust-placebot/lists"}