{"id":13820463,"url":"https://github.com/ProjectBots/StreamRaidersBot","last_synced_at":"2025-05-16T10:31:05.788Z","repository":{"id":39915029,"uuid":"340357412","full_name":"ProjectBots/StreamRaidersBot","owner":"ProjectBots","description":"A bot for automated farming in Stream Raiders","archived":true,"fork":false,"pushed_at":"2023-10-02T13:22:33.000Z","size":26212,"stargazers_count":50,"open_issues_count":2,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-05T08:09:02.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/ProjectBots.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":"2021-02-19T12:06:24.000Z","updated_at":"2024-05-01T11:43:36.000Z","dependencies_parsed_at":"2023-02-01T03:45:53.252Z","dependency_job_id":"b4860636-c872-4db6-b023-a08dea11d5ee","html_url":"https://github.com/ProjectBots/StreamRaidersBot","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectBots%2FStreamRaidersBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectBots%2FStreamRaidersBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectBots%2FStreamRaidersBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectBots%2FStreamRaidersBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectBots","download_url":"https://codeload.github.com/ProjectBots/StreamRaidersBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225423620,"owners_count":17472149,"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":"2024-08-04T08:01:04.007Z","updated_at":"2024-11-19T20:30:34.577Z","avatar_url":"https://github.com/ProjectBots.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# StreamRaiderBot\n\nIMORTANT:  \nAt the moment StreamRaiders is detecting the bot and \"shadow bans\" everyone who uses it.  \nYou know that you got hit if the window for searching captains is empty.  \nThese bans may be appealed (no guarantee) by sending a support e-mail to SR and following instructions if any.  \n  \nBecause of this \u003cb\u003eit is NOT recommended to use the bot in its current state\u003c/b\u003e.  \nI will make an update if anything changes.  \n\n----\n\nDisclaimer: this program is not from Stream Raiders nor affiliated with them. Use at own Risk\n\nA bot for automated farming in Stream Raiders\n\nWe now have a [Discord Server](https://discord.gg/u7e5nTRaZQ)!\n\nDocker version over [here](https://github.com/dead-f00l/StreamRaidersBot-docker)\n\nFirst Steps:  \nclick the \"add a profile\" under \"Bot\" to add a profile (this bot can handle a lot of accounts for auto farming).  \nenter a profilename (dont need to be the account name).  \nhit enter, a browser will open where you login to StreamRaiders.  \nlet the website load, then just close the browser.  \nwait a few seconds until you see the profile.  \npress the play button and watch how it farms for you.   \n  \nto prevent bans this bot will wait 100 - 720 sec (by default) before it checks the raids again.\n\nthe guide can be opened under \"Bot\" (the guide is not up to date at the moment)  \n\n\n\n***\n\n\n### How to use the bot in your own project\nadd the bot module to your project  \n\nMavem:  \n```xml\n\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.github.ProjectBots\u003c/groupId\u003e\n      \u003cartifactId\u003eStreamRaidersBot\u003c/artifactId\u003e\n      \u003cversion\u003e{last commit id or release tag}\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eStreamRaidersBot\u003c/groupId\u003e\n      \u003cartifactId\u003eBot\u003c/artifactId\u003e\n      \u003cversion\u003e1.0.0\u003c/version\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n  \n  \u003crepositories\u003e\n    \u003crepository\u003e\n      \u003cid\u003ejitpack.io\u003c/id\u003e\n      \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n  \u003c/repositories\u003e\n```\n\nInitialise the Manager  \n```java\nManager.ini(BotListener botlis);\n```\n\nLoad all profiles  \n```java\nManager.loadAllNewProfiles();\n```\n\nStop the bot  \n```java\nManager.stop();\n```\n\n\n\nExample:  \n```java\n\tpublic static void main(String[] args) {\n\t\t//\tinitialise Manager\n\t\ttry {\n\t\t\tManager.ini(new BotListener() {\n\t\t\t\t@Override\n\t\t\t\tpublic boolean configNotReadable() {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t});\n\t\t} catch (IniCanceledException e) {\n\t\t\te.printStackTrace();\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t//\tload all profiles\n\t\tManager.loadAllNewProfiles();\n\t\t\n\t\t//\tstart all profiles\n\t\tfor(String cid : Manager.getLoadedProfiles())\n\t\t\tfor(int i=0; i\u003c5; i++)\n\t\t\t\tManager.setRunning(cid, i, true);\n\t\t\n\t\t//\twait for any key\n\t\ttry {\n\t\t\tSystem.in.read();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t//\texit bot\n\t\tManager.stop();\n\t}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProjectBots%2FStreamRaidersBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FProjectBots%2FStreamRaidersBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProjectBots%2FStreamRaidersBot/lists"}