{"id":29273168,"url":"https://github.com/efenatuyo/roblox-trade-bot","last_synced_at":"2026-05-18T00:33:43.692Z","repository":{"id":296889518,"uuid":"994877056","full_name":"efenatuyo/roblox-trade-bot","owner":"efenatuyo","description":"Currently the best trade bot on the market","archived":false,"fork":false,"pushed_at":"2025-06-11T20:42:05.000Z","size":53,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T02:24:42.376Z","etag":null,"topics":["bot","roblox","roblox-trading-bot","trades","trading-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efenatuyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-06-02T16:07:14.000Z","updated_at":"2025-06-28T15:30:30.000Z","dependencies_parsed_at":"2025-06-08T01:01:06.834Z","dependency_job_id":null,"html_url":"https://github.com/efenatuyo/roblox-trade-bot","commit_stats":null,"previous_names":["efenatuyo/roblox-trade-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/efenatuyo/roblox-trade-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efenatuyo%2Froblox-trade-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efenatuyo%2Froblox-trade-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efenatuyo%2Froblox-trade-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efenatuyo%2Froblox-trade-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efenatuyo","download_url":"https://codeload.github.com/efenatuyo/roblox-trade-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efenatuyo%2Froblox-trade-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"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":["bot","roblox","roblox-trading-bot","trades","trading-bot"],"created_at":"2025-07-05T02:07:27.816Z","updated_at":"2026-05-18T00:33:43.663Z","avatar_url":"https://github.com/efenatuyo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roblox-trade-bot\n\nCurrently the most advanced trade bot available.\n\n⚠️ This project was previously paid, but due to a VPS failure that wiped all user data and keys, I decided to release it for free rather than rebuilding everything.\n\n❗ DO NOT sell or claim ownership of this project.\n\n💬 Need help? Join the support server: https://discord.gg/SwCsTNRxUC (My main server with all my projects), https://discord.gg/GuWvD24z (Official trade bot server)\n\n\n# Setup\n\n1. **Install Python**  \n   If you don’t already have Python, download and install it from: https://www.python.org/  \n   Make sure to check the option “Add Python to PATH” during installation.\n\n2. **Install Dependencies**  \n   Open your command prompt (CMD) and run:\n\n   ```\n   pip install aiohttp\n   pip install requests\n   pip install aiofiles\n   ```\n\n3. **Configure the Bot**  \n   Open the configuration file and fill in your account details as shown below.\n\n---\n\n# Configuration\n\nExample structure:\n\n```\n{\n    \"accounts\": [\n        {\n            \"account\": {\n                \"cookie\": \"YOUR_ROBLOSECURITY_COOKIE_HERE\",\n                \"opt_secret\": \"YOUR_2FA_SECRET\"\n            },\n            \"rolimon\": {\n                \"roli_verification_token\": \"YOUR_ROLI_TOKEN\",\n                \"ads\": {\n                    \"sleep_time\": 900,\n                    \"offers\": []\n                },\n                \"limiteds_value_updater_sleep_time\": 60\n            },\n            \"trade\": {\n                \"sleep_time\": 15,\n                \"items\": {\n                    \"not_for_trade\": [],\n                    \"not_accepting\": []\n                },\n                \"algorithm\": {\n                    \"bulk_penalty_rate\": 0.03,\n                    \"upgrade_penalty_multiplier\": 1.05,\n                    \"demand_multiplier\": 100,\n                    \"rare_multiplier\": 100,\n                    \"base_divisor\": 1000,\n                    \"min_receiving_value_when_downgrading\": 1,\n                    \"max_giving_value_when_upgrading\": 1,\n                    \"max_edge\": 1.1,\n                    \"batch_size\": 5000,\n                    \"max_pairs\": 500000,\n                    \"value_only\": false,\n                    \"max_edge_value\": 1.2,\n                    \"max_edge_algorithm\": 1.05,\n                    \"lower_rap_only_item\": 0.75,\n                    \"max_item_ratio_upgrade\": 0.65,\n                    \"min_item_ratio_upgrade\": 0.1,\n                    \"downgrader_min_items\": 1,\n                    \"downgrader_max_items\": 3,\n                    \"upgrader_min_items\": 2,\n                    \"upgrader_max_items\": 4\n                }\n            },\n            \"webhook\": \"https://discord.com/api/webhooks/...\"\n        }\n    ]\n}\n```\n\n---\n\n# Configuration Breakdown\n\n\n## 🧾 Account Settings\n- `\"cookie\"`: Your Roblox .ROBLOSECURITY cookie. Use a browser extension like \"Cookie Editor\" to find and copy this.\n- `\"opt_secret\"`: Your 2FA secret, obtained when enabling 2FA on your account.\n- `\"roli_verification_token\"`: Your Rolimon verification cookie (_RoliVerification).\n\n## 📢 Rolimon Ad Settings\n- `\"sleep_time\"`: Seconds to wait between posting ads (default: 900).\n- `\"offers\"`: Leave empty to auto-generate or specify manually.\n\n### Offer Example\n```\n\"offers\": [\n    {\n        \"offer_item_ids\": [123456789, 987654321],\n        \"request_item_ids\": [112233445, 998877665],\n        \"request_tags\": [\"demand\", \"robux\"]\n    }\n]\n```\n\n### Tags:\n- `\"any\"`: Any item\n- `\"demand\"`: In-demand items\n- `\"rares\"`: Rare items\n- `\"rap\"`: High RAP items\n- `\"upgrade\"`: Upgrade trades\n- `\"robux\"`: Robux-related trades\n\n## 🔄 Value Updating\n- `\"limiteds_value_updater_sleep_time\"`: Seconds between Rolimon scans (default: 60).\n\n## ⚖️ Trade Settings\n- `\"sleep_time\"`: Delay between sending trades (default: 15).\n- `\"not_for_trade\"` and `\"not_accepting\"`: Excluded item IDs.\n\n## 🧠 Algorithm Settings\n- `\"bulk_penalty_rate\"`: Penalty for each extra item in bulk trades.\n- `\"upgrade_penalty_multiplier\"`: Score penalty for upgrades.\n- `\"demand_multiplier\"` / `\"rare_multiplier\"`: Score boost for demand/rare items.\n- `\"base_divisor\"`: Scales base price for scoring.\n- `\"min_receiving_value_when_downgrading\"`: Min multiplier when downgrading.\n- `\"max_giving_value_when_upgrading\"`: Max allowed giving ratio for upgrades.\n- `\"max_edge\"`: Max score/value difference allowed.\n- `\"batch_size\"`: Number of trades evaluated per batch.\n- `\"max_pairs\"`: Max number of trade pairs generated.\n- `\"value_only\"`: If true, only items with value are considered.\n\n### Advanced Algorithm Tuning\n- `\"max_edge_value\"` / `\"max_edge_algorithm\"`: Max allowed value or score gap.\n- `\"lower_rap_only_item\"`: Multiplier for RAP-only items.\n- `\"max_item_ratio_upgrade\"` / `\"min_item_ratio_upgrade\"`: Prevents uneven upgrades.\n- `\"downgrader_min_items\"` / `\"downgrader_max_items\"`: Item limits for downgrade trades.\n- `\"upgrader_min_items\"` / `\"upgrader_max_items\"`: Item limits for upgrade trades.\n\n\n\n### PLS STAR THIS ⭐\nevery 30 stars i will do an update including every suggestion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefenatuyo%2Froblox-trade-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefenatuyo%2Froblox-trade-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefenatuyo%2Froblox-trade-bot/lists"}