{"id":21464118,"url":"https://github.com/adivise/easyplay","last_synced_at":"2025-07-15T03:32:35.056Z","repository":{"id":114522163,"uuid":"417673837","full_name":"Adivise/EasyPlay","owner":"Adivise","description":"easy to get nowplaying in osu! for twitch","archived":false,"fork":false,"pushed_at":"2023-11-19T08:45:32.000Z","size":5363,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-05-21T02:07:15.040Z","etag":null,"topics":["gosumemory","osu","osu-api","osugame","rhythm-game","twitch-bot"],"latest_commit_sha":null,"homepage":"https://adivise.github.io/Stylish/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adivise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["Adivise"],"ko_fi":"nanotect"}},"created_at":"2021-10-16T00:32:16.000Z","updated_at":"2023-11-19T08:34:38.000Z","dependencies_parsed_at":"2023-11-19T09:26:39.191Z","dependency_job_id":"10e5856f-0e76-4311-a8a7-669a06ed7fcd","html_url":"https://github.com/Adivise/EasyPlay","commit_stats":null,"previous_names":["adivise/easyplay"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adivise%2FEasyPlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adivise%2FEasyPlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adivise%2FEasyPlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adivise%2FEasyPlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adivise","download_url":"https://codeload.github.com/Adivise/EasyPlay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226017330,"owners_count":17560465,"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":["gosumemory","osu","osu-api","osugame","rhythm-game","twitch-bot"],"created_at":"2024-11-23T07:29:49.940Z","updated_at":"2025-07-15T03:32:35.044Z","avatar_url":"https://github.com/Adivise.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Adivise","https://ko-fi.com/nanotect"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=gradient\u0026height=200\u0026section=header\u0026text=EasyPlay\u0026fontSize=80\u0026fontAlignY=35\u0026animation=twinkling\u0026fontColor=gradient\"/\u003e \u003c/a\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \n  \u003ca href=\"https://discord.gg/SNG3dh3MbR\" target=\"_blank\"\u003e \u003cimg src=\"https://discordapp.com/api/guilds/903043706410643496/widget.png?style=banner2\"/\u003e \u003c/a\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \n  \u003ca href=\"https://ko-fi.com/nanotect\" target=\"_blank\"\u003e \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\"/\u003e \u003c/a\u003e \n\u003c/p\u003e\n\n## 📑 Feature\n- [x] Get Nowplaying\n- [x] Lightweight\n- [x] Easy to use!\n\n## 📎 Requirements\n\n- [x] Node.js **[Download](https://nodejs.org/en/download/)**\n- [x] TMI Oauth **[Click Here](https://twitchapps.com/tmi/)**\n\n## 📚 Installation\n\n```\ngit clone https://github.com/Adivise/EasyPlay\ncd EasyPlay\nnpm install\n```\n\nAfter installation finishes you can use `node .` to start the bot.\n\n# ‼️ Must Read \nDon't forget to run `memory/https.exe` to bot work\n\n**Q:** *What is https.exe file?*\n\n**A:** *It just a same from official build, but i remove some useless code not use in my bot*\n\nIf your scare of my **exe** file you can use\nfrom official build here: **[gosumemory](https://github.com/l3lackShark/gosumemory/releases)**\n**dont forget to change ip + port and socket to matching same office build**\n\nHere is official ip:\n```.json\n\"host\": \"127.0.0.1\",\n\"port\": \"24050\",\n\"socket\": \"json\"\n```\n\n## 📄 Configuration\n\nCopy or Rename `config.json.example` to `config.json` and fill out the values:\n```.json\n{\n    \"apiKey\": \"YOUR_API_KEY\",\n    \"twitch\": {\n        \"connection\": {\n            \"reconnect\": true,\n            \"secure\": true\n        },\n        \"identity\": {\n            \"username\": \"Nanotect_\",\n            \"password\": \"YOUR_TMI_OAUTH\"  \n        },\n        \"channels\": [\"nanotect_\"]\n    },\n    \"host\": \"127.0.0.1\",\n    \"port\": \"24050\",\n    \"socket\": \"playing\"\n}\n```\n\n## ❣ Contributors\n\n\u003ca href=\"https://github.com/Adivise/SpaceTime/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=Adivise/SpacePlay\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadivise%2Feasyplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadivise%2Feasyplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadivise%2Feasyplay/lists"}