{"id":25904449,"url":"https://github.com/toasterbirb/rs-flip","last_synced_at":"2025-03-03T04:26:25.564Z","repository":{"id":43232456,"uuid":"510923819","full_name":"Toasterbirb/RS-Flip","owner":"Toasterbirb","description":"[MIRROR] RuneScape flipping utility to make GE standing more profitable","archived":false,"fork":false,"pushed_at":"2024-12-15T14:30:12.000Z","size":548,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-15T15:30:58.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/Toasterbirb.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":"2022-07-05T23:29:17.000Z","updated_at":"2024-12-15T14:30:16.000Z","dependencies_parsed_at":"2022-09-12T10:30:14.065Z","dependency_job_id":"1a5a9d35-f806-4df0-921e-a152f7055165","html_url":"https://github.com/Toasterbirb/RS-Flip","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2FRS-Flip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2FRS-Flip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2FRS-Flip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2FRS-Flip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toasterbirb","download_url":"https://codeload.github.com/Toasterbirb/RS-Flip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241607787,"owners_count":19989966,"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":[],"created_at":"2025-03-03T04:26:24.958Z","updated_at":"2025-03-03T04:26:25.556Z","avatar_url":"https://github.com/Toasterbirb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RS-Flip\nRS-Flip is a CLI utility to help with flipping in RuneScape. The core features include calculating the profits and saving on-going and past flips.\n\n## Usage\n```\nSYNOPSIS\n        rs-flip tips [-t \u003cprofit\u003e] [-c \u003ccount\u003e] [-r \u003ccount\u003e] [-g]\n        rs-flip calc -b \u003cprice\u003e -s \u003cprice\u003e -l \u003climit\u003e\n        rs-flip add -i \u003cname\u003e -b \u003cprice\u003e -s \u003cprice\u003e -l \u003climit\u003e [-a \u003caccount\u003e]\n        rs-flip sold -i \u003cid\u003e [-s \u003cprice\u003e] [-l \u003ccount\u003e]\n        rs-flip cancel -i \u003cid\u003e\n        rs-flip update -i \u003cid\u003e [-b \u003cprice\u003e] [-s \u003cprice\u003e] [-l \u003ccount\u003e] [-a \u003caccount\u003e]\n        rs-flip list [\u003caccount\u003e]\n        rs-flip filter ([-i \u003cname\u003e] | [-c \u003ccount\u003e])\n        rs-flip stats [-c \u003ccount\u003e]\n        rs-flip repair\n        rs-flip help\n        rs-flip test\n\nOPTIONS\n        recommend flips based on past flipping data\n            tips              mode\n            -t \u003cprofit\u003e       profit threshold\n            -c \u003ccount\u003e        maximum result count\n            -r \u003ccount\u003e        maximum random flip suggestion count (def: 0)\n            -g                print the results in ge-inspector pre-filter list format\n\n        calculate the margin for an item and possible profits\n            calc              mode\n            -b \u003cprice\u003e        insta buy price\n            -s \u003cprice\u003e        insta sell price\n            -l \u003climit\u003e        buy limit for the item\n\n        add a flip to the database\n            add               mode\n            -i \u003cname\u003e         item name\n            -b \u003cprice\u003e        buying price\n            -s \u003cprice\u003e        assumed future selling price\n            -l \u003climit\u003e        item count to buy (usually the buy limit or slightly below)\n            -a \u003caccount\u003e      the name of the account used for the flip\n\n        finish an on-going flip\n            sold              mode\n            -i \u003cid\u003e           the id number can be found with the 'list' command\n            -s \u003cprice\u003e        final selling price\n            -l \u003ccount\u003e        final amount of items sold\n\n        cancels an on-going flip and removes it from the database\n            cancel            mode\n            -i \u003cid\u003e           the id of the flip to cancel\n\n        update the details of an on-going flip\n            update            mode\n            -i \u003cid\u003e           the id of the flip to update\n            -b \u003cprice\u003e        new buying price\n            -s \u003cprice\u003e        new selling price\n            -l \u003ccount\u003e        new item count\n            -a \u003caccount\u003e      new account name\n\n        list all on-going flips with their ids, buy and sell values\n            list              mode\n            \u003caccount\u003e         list only flips made with this account\n\n        look for items with filters\n            filter            mode\n            -i \u003cname\u003e         find stats for a specific item\n            -c \u003ccount\u003e        find flips that have been done count \u003c= times\n\n        print out profit statistics\n            stats             mode\n            -c \u003ccount\u003e        set the amount of values to show\n\n        repair                attempts to repair the statistics from the flip data in-case of some\n                              bug\n\n        help                  show help\n        test                  run unit tests\n```\n\nTo ignore specific item recommendations, add the item names one per line to `~/.local/share/rs-flip/item_blacklist.txt`\n\n## Dependencies\n- [doctest](https://github.com/doctest/doctest)\n- [json](https://github.com/nlohmann/json)\n\n## Compiling\n```sh\nmkdir build\ncd build\ncmake ..\nmake -j$(nproc)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoasterbirb%2Frs-flip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoasterbirb%2Frs-flip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoasterbirb%2Frs-flip/lists"}