{"id":24433452,"url":"https://github.com/passivelemon/webfisher","last_synced_at":"2025-07-14T05:35:21.328Z","repository":{"id":272651882,"uuid":"906793991","full_name":"PassiveLemon/webfisher","owner":"PassiveLemon","description":"A Nim based fishing script for Webfishing","archived":false,"fork":false,"pushed_at":"2025-03-22T01:03:53.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T01:35:11.618Z","etag":null,"topics":["nim","nim-lang","screen-capture","webfishing"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PassiveLemon.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":"2024-12-21T23:22:12.000Z","updated_at":"2025-03-22T01:01:08.000Z","dependencies_parsed_at":"2025-01-15T21:43:19.477Z","dependency_job_id":"ac08590d-377a-4952-8e81-29afa4f92ad0","html_url":"https://github.com/PassiveLemon/webfisher","commit_stats":null,"previous_names":["passivelemon/webfisher"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/PassiveLemon/webfisher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PassiveLemon%2Fwebfisher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PassiveLemon%2Fwebfisher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PassiveLemon%2Fwebfisher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PassiveLemon%2Fwebfisher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PassiveLemon","download_url":"https://codeload.github.com/PassiveLemon/webfisher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PassiveLemon%2Fwebfisher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265246012,"owners_count":23734109,"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":["nim","nim-lang","screen-capture","webfishing"],"created_at":"2025-01-20T16:36:05.260Z","updated_at":"2025-07-14T05:35:21.315Z","avatar_url":"https://github.com/PassiveLemon.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webfisher\nA Nim based fishing script for Webfishing\n\n\u003e [!CAUTION]\n\u003e I am not responsible for any bans or data loss as a result of using this. This was a project for me to learn Nim. If you have any concerns, don't use it and be a legitimate player :)\n\n# Dependencies\n- Linux. \u003cb\u003eThis is not supported on Windows or MacOS.\u003c/b\u003e\n- X11. This is not supported on Wayland.\n- A user in the \"input\" group or sudo privileges.\n- Nimble packages: `x11` and [`libevdev`](https://github.com/PassiveLemon/libevdev-nim)\n\n# Usage\n### Nix:\n- You can get the package in my [flake repository](https://github.com/PassiveLemon/lemonake).\n### Source:\n- Clone the repo, cd to src\n- Run `nim c -r webfisher`\n- Edit the generated config file in your `~/.config/webfisher/config.json`. You can also supply a config file with `-f \u003cpath to config.json`.\n  - Arguments can be found by tacking `-h` or `--help`\n\n\u003e [!IMPORTANT]\n\u003e You will likely need to configure the `screenConfig` configuration option (see below). This is only tested on a screen resolution of 1920x1080. Other resolutions probably do not work.\n\n\u003e [!IMPORTANT]\n\u003e In order to use the bucket functionality, your interact key must be `E` (default).\n\n# Configuration (config.json)\n| Setting | Default | Details |\n| :- | :- | :- |\n| bucketTime | `30.0` (Float) | How long (in seconds) to wait between bucket task attempts. |\n| castOnStart | `false` (Boolean) | Whether to cast the rod upon starting the script. When set to `false`, nothing happens until the first fishing task is detected. |\n| castTime | `1.0` (Float) | How long (in seconds) to cast the rod. |\n| checkInterval | `0.25` (Float) | How often (in seconds) to check for visual input. |\n| holdToFish | `false` (Boolean) | Whether to hold to fish by using the built-in autoclicker (Make sure to enable this before setting to `true`). When set to `false`, it will rapidly click until completed. |\n| resetTime | `120.0` (Float) | How long (in seconds) since the last catch to wait before attempting to reset. This helps resynchronize the loop if something is missed. |\n| screenConfig | `[ 0, 0, 1920, 1080 ]` (List of 4 integers) | Config to control the screen capture. This spans across all displays. The first 2 elements are the starting X and Y value of the screen. The last 2 elements are the width and height of the screen. For example: If you have 2 side-by-side 1080p displays and you launch the game on the right, your config would be `[ 1920, 0, 1920, 1080 ]`. |\n\n# TODO\n- Periodic sodas (Player config for slot) - Do not soda unless a fish has recently been caught so we dont waste sodas on nothing.\n- Auto shop (Needs cursor movement)\n- Timestamps\n- Verbose and quiet output\n- parse test constJson\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassivelemon%2Fwebfisher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassivelemon%2Fwebfisher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassivelemon%2Fwebfisher/lists"}