{"id":48010166,"url":"https://github.com/hiibolt/r6econ","last_synced_at":"2026-04-04T13:37:22.924Z","repository":{"id":220036795,"uuid":"750593698","full_name":"hiibolt/r6econ","owner":"hiibolt","description":"Long-term quantitative market analysis Discord Bot for the Rainbow Six Siege Marketplace, storing data to allow informed purchases and market analysis.","archived":false,"fork":false,"pushed_at":"2025-06-27T18:13:25.000Z","size":226,"stargazers_count":55,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-01T19:47:29.964Z","etag":null,"topics":["marketplace","r6","r6api","r6marketplace","r6siege","r6stats","r6stats-api"],"latest_commit_sha":null,"homepage":"https://socials.hiibolt.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiibolt.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-01-30T23:43:58.000Z","updated_at":"2026-01-10T17:49:03.000Z","dependencies_parsed_at":"2024-02-07T19:31:31.440Z","dependency_job_id":"4853ff05-1dc8-4056-bce0-490e5628054c","html_url":"https://github.com/hiibolt/r6econ","commit_stats":null,"previous_names":["hiibolt/r6econ"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiibolt/r6econ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiibolt%2Fr6econ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiibolt%2Fr6econ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiibolt%2Fr6econ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiibolt%2Fr6econ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiibolt","download_url":"https://codeload.github.com/hiibolt/r6econ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiibolt%2Fr6econ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["marketplace","r6","r6api","r6marketplace","r6siege","r6stats","r6stats-api"],"created_at":"2026-04-04T13:37:22.304Z","updated_at":"2026-04-04T13:37:22.909Z","avatar_url":"https://github.com/hiibolt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# r6econ\nConsistantly monitors the R6 Marketplace based on a tracking list. \n\nThe Discord bot tracks sales over time, also presenting extra item data not otherwise shown on the R6 Marketplace.\n\nMuch of the data this gathers can be used to manipulate the market to your advantage.\n\n\n\n## Setup (Recommended)\n\n### Prequisites\n- Experience with Git\n- Experience setting up a Discord Bot\n### Program Requirements\n- Python and Pip\n- Git CLI\n- [A discord bot and its token](https://www.writebots.com/discord-bot-token/)\n  \nFirst, clone and navigate to the repo:\n```\ngit clone https://github.com/hiibolt/r6econ.git\ncd r6econ\n```\n\nNext, add a 'data.json' file to `/assets`, and leave the contents as:\n```\n{\n}\n```\n\nNext, add an 'ids.json' file to `/assets`, and place any items and their item IDs in the contents. There is an starting example in the assets folder of this repo.\n\nMake sure you have enabled Privledge Message Intent in the bot settings on the Discord Developer portal.\n\nFinally, depending on your operating system and choice of terminal:\n\n### Windows Command Prompt\n```bat\nset AUTH_EMAIL=foo@example.com\nset AUTH_PW=mysecretpassword\nset TOKEN=mydiscordbotstoken\npip install -r requirements.txt\npython3.exe server.py\n```\n\n### PowerShell\n```ps1\n$env:AUTH_EMAIL=\"foo@example.com\"\n$env:AUTH_PW=\"mysecretpassword\"\n$env:TOKEN=\"mydiscordbotstoken\"\npip install -r requirements.txt\npython3.exe server.py\n```\n\n### Bash\n```sh\nexport AUTH_EMAIL=foo@example.com\nexport AUTH_PW=mysecretpassword\nexport TOKEN=mydiscordbotstoken\npip install -r requirements.txt\npython3 server.py\n```\n\nCongratulations, you're done! Invite the bot to your personal server and check that it works with `econ help`. \n\nIf you run into setup errors, please contact @hiibolt on Discord.\n\nDo not ask me to 'set up the bot' - if you don't have the experience listed in the prerequisites, I offer access to my personal copy for a set fee.\n\n## Setup (Docker Compose)\nBe sure to bind a volume for your assets and add a `data.json` file with contents `{}`, as well as an `ids.json` file (template `ids.json` can be found in this repository).\n\n`compose.yml`\n```yml\nservices:\n  r6econ-bot:\n    image: ghcr.io/hiibolt/r6econ:latest\n    volumes:\n      - 'assets:/app/assets'\n    environment:\n      - AUTH_EMAIL=\u003cyour ubisoft email here\u003e\n      - AUTH_PW=\u003cyour ubisoft password here\u003e\n      - TOKEN=\u003cyour discord token here\u003e\nvolumes:\n  assets:\n\n```\n\n## Commands:\n- ### econ list\n  Lists all available names you can search for. It's recommended that you use item IDs instead, however.\n  \n  ![image](https://github.com/hiibolt/r6econ/assets/91273156/02ef4b4c-0965-408c-bda4-ff59da242ce2)\n\n  Lists all tracked skins.\n- ### econ name \\\u003cskin name\u003e\n  Fetches the economical trends of an item based on its name in `ids.json`.\n  \n  ![image](https://github.com/hiibolt/r6econ/assets/91273156/bc001157-4f17-41a1-a5fe-4ddd448e05b4)\n  \n- ### econ id \\\u003citem id\u003e\n  Functionally the same as the above, but allows the direct lookup by the item's static ID.\n\n  ![image](https://github.com/hiibolt/r6econ/assets/91273156/700c971f-da4e-4ff8-ac6f-6d3cfa04fb28)\n  \n- ### econ graph \u003c# of entries | all\u003e \u003cunit of time (days | hours | minutes )\u003e \u003citem id\u003e\n  Displays a graph of the current state of an item.\n\n  This is the most useful command, and can be used to determine when to buy or sell. A basic example of how to make informed decisions is in the linked article in the description of this repo.\n\n  ![image](https://github.com/hiibolt/r6econ/assets/91273156/52babf14-2e8b-44e2-98b8-661704a443bb)\n\n- ### econ profit \\\u003c$ purchased for\u003e \\\u003citem id\u003e\n  Calculates how much you need to sell for to gain profit, and estimates your profit if sold right now (according to the RAP 10x).\n\n  ![image](https://github.com/hiibolt/r6econ/assets/91273156/75304082-df33-446d-9f7f-6f9c0cffc573)\n\n\n- ### econ help\n Default message that is shown when an invalid command is used or the user runs `econ help`.\n  \n  ![image](https://github.com/hiibolt/r6econ/assets/91273156/76efecb4-114d-4212-850b-1d6ff3825b47)\n\n\n## Credits\nMuch of the authentication code was sourced from https://github.com/CNDRD/siegeapi. \n\nThank you for the well-documented code! \u003c3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiibolt%2Fr6econ","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiibolt%2Fr6econ","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiibolt%2Fr6econ/lists"}