{"id":23038862,"url":"https://github.com/kauefraga/auto-player","last_synced_at":"2025-07-10T06:34:30.943Z","repository":{"id":178458453,"uuid":"656339257","full_name":"kauefraga/auto-player","owner":"kauefraga","description":"🕹 A project that aims to automate the repetitive games.","archived":false,"fork":false,"pushed_at":"2023-07-03T22:27:45.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:45:23.264Z","etag":null,"topics":["automation","bot","cheat","games","script"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kauefraga.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":"2023-06-20T18:41:50.000Z","updated_at":"2023-06-20T19:11:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"84a72ad6-0957-4994-9642-c6d0d6a4421c","html_url":"https://github.com/kauefraga/auto-player","commit_stats":null,"previous_names":["kauefraga/auto-player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kauefraga/auto-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fauto-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fauto-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fauto-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fauto-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kauefraga","download_url":"https://codeload.github.com/kauefraga/auto-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fauto-player/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264538581,"owners_count":23624436,"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":["automation","bot","cheat","games","script"],"created_at":"2024-12-15T18:25:46.315Z","updated_at":"2025-10-14T12:06:20.040Z","avatar_url":"https://github.com/kauefraga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003eAuto Player\u003c/code\u003e\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e🕹 A project that aims to automate the repetitive games 🕹\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003cimg\n      alt=\"GitHub top language\"\n      src=\"https://img.shields.io/github/languages/top/kauefraga/auto-player.svg\"\n    /\u003e\n    \u003cimg\n      alt=\"Repository size\"\n      src=\"https://img.shields.io/github/repo-size/kauefraga/auto-player.svg\"\n    /\u003e\n    \u003ca href=\"https://github.com/kauefraga/auto-player/commits/main\"\u003e\n      \u003cimg\n        alt=\"GitHub last commit\"\n        src=\"https://img.shields.io/github/last-commit/kauefraga/auto-player.svg\"\n      /\u003e\n    \u003c/a\u003e\n    \u003cimg\n      alt=\"GitHub LICENSE\"\n      src=\"https://img.shields.io/github/license/kauefraga/auto-player.svg\"\n    /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003e I created this repository to group the scripts that i developed for different games.\n\n### 📦 Packages\n\nThe list below is about the games that i have a script for\n\n- [Clicker Heroes](docs/clicker-heroes.md)\n- [Idle Slayer](docs/idle-slayer.md)\n\n## 🎲 Prerequisites\n\n- Have [Python](https://www.python.org) installed.\n\n## ⬇️ How to download and use it in your game\n\n1. Clone the repository\n2. Install the dependencies\n3. Choose a game and read its documentation\n\n```bash\ngit clone https://github.com/kauefraga/auto-player.git\n\npip install -r requirements.txt\n```\n\nYou are welcome to open issues and pull requests!\n\n## 🛠 Dependencies\n\nThe following libraries have been used to build this project:\n\n- [Python](https://www.python.org) - Python is a programming language that lets you work quickly and integrate systems more effectively.\n  - [Datetime](https://docs.python.org/3/library/datetime.html) - The datetime module supplies classes for manipulating dates and times.\n  - [Time](https://docs.python.org/3/library/time.html) - The time module that provides functions to handle execution time.\n- [Pyautogui](https://pyautogui.readthedocs.io/en/latest/install.html) - PyAutoGUI lets your Python scripts control the mouse and keyboard to automate interactions with other applications.\n- [Keyboard](https://pypi.org/project/keyboard) - Take full control of your keyboard with this small Python library.\n- [Numpy](https://numpy.org/install) - We are using to get random numbers.\n- [Rich](https://rich.readthedocs.io/en/stable/introduction.html#installation) - Rich is a Python library for writing rich text (with color and style) to the terminal, and for displaying advanced content such as tables, markdown, and syntax highlighted code.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Built with love\" src=\"https://forthebadge.com/images/badges/built-with-love.svg\"\u003e\n  \u003cimg alt=\"Powered by black magic\" src=\"https://forthebadge.com/images/badges/powered-by-black-magic.svg\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fauto-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauefraga%2Fauto-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fauto-player/lists"}