{"id":40282632,"url":"https://github.com/admin-else/infinity-scrape","last_synced_at":"2026-01-20T04:04:54.461Z","repository":{"id":222385851,"uuid":"757138466","full_name":"admin-else/infinity-scrape","owner":"admin-else","description":"Scrapes infinite-craft for crafts so you can get stuff more easily.","archived":false,"fork":false,"pushed_at":"2025-01-16T17:18:35.000Z","size":4513,"stargazers_count":19,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T18:36:22.067Z","etag":null,"topics":["infinite-craft","neal-fun","python3","scraper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/admin-else.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-02-13T21:57:26.000Z","updated_at":"2025-01-16T17:18:36.000Z","dependencies_parsed_at":"2024-02-13T23:22:11.414Z","dependency_job_id":"954aaaf4-8c65-4f00-9e0c-26ded41adc5d","html_url":"https://github.com/admin-else/infinity-scrape","commit_stats":null,"previous_names":["admin-else/infinity-scrape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/admin-else/infinity-scrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-else%2Finfinity-scrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-else%2Finfinity-scrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-else%2Finfinity-scrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-else%2Finfinity-scrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/admin-else","download_url":"https://codeload.github.com/admin-else/infinity-scrape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/admin-else%2Finfinity-scrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["infinite-craft","neal-fun","python3","scraper"],"created_at":"2026-01-20T04:04:51.626Z","updated_at":"2026-01-20T04:04:54.451Z","avatar_url":"https://github.com/admin-else.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infinity Scrape\n\nHave you ever wanted to create anime or honey or anything else in [Infinity Craft](https://neal.fun/infinite-craft/), but didn't know how? With this repository, now you can...\n\n## Installation\n\nAlso someone made a [tutorial for windows](https://www.youtube.com/watch?v=WRgj4NRL2hA). \n\n### Step 1: Install Python\n\nBefore you can use the Infinity Scrape, you need to have Python installed on your system. Follow these steps to install Python:\n\n1. Open your web browser and navigate to the [Python download page](https://www.python.org/downloads/).\n2. Download the latest version of Python for Windows.\n3. Once the download is complete, run the installer.\n4. Follow the on-screen instructions to complete the installation process, ensuring that you select the option to add Python to your system PATH.\n\n### Step 2: Install Git\n\nBefore you can clone the repository, you need to have Git installed on your system. Git is a version control system that allows you to manage and track changes to files. Follow these steps to install Git:\n\n1. Open your web browser and navigate to the [Git download page](https://git-scm.com/downloads).\n2. Download the latest version of Git for Windows.\n3. Once the download is complete, run the installer.\n4. Follow the on-screen instructions to complete the installation process, ensuring that you select the appropriate options for your system.\n\n### Step 3: Clone the Repository\n\nNow that Python and Git are installed, you can clone the Infinity Scrape repository to your local machine. Follow these steps:\n\n1. Open the Command Prompt by pressing `Win + R`, typing `cmd`, and then pressing `Enter`.\n2. Navigate to the directory where you want to clone the repository using the `cd` command. For example:\n\n    ```bash\n    cd C:\\Projects\n    ```\n\n3. Clone the repository by running the following command:\n\n```bash\ngit clone https://github.com/admin-else/infinity-scrape\n```\n\n4. Once the cloning process is complete, navigate into the cloned directory:\n\n```bash\ncd infinity-scrape\n```\n\n### Step 4: Install Python Dependencies\n\nInfinity Scrape relies on certain Python libraries to function (its just requests). You can install these dependencies using the following command:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nOnce you have installed everything, you can run:\n\n```bash\npython3 howtoget.py\n```\n\nThis command will provide you with a list of items you need to craft for your desired item. However, if you encounter a message like:\n\n```bash\n$ python3 howtoget.py\nwhat do you want: trolling\ndidn't find source of Trolling...\n```\n\nIt means the source for your desired item is not found. In such a case, you need to run the scraper again until you find your desired word. You can do this with:\n\n```bash\n$ python3 scrape.py\n```\n\nIf you do that, it would be appreciated if you could make a pull request so that other people don't have to repopulate the database if you alread did it.\nIf you have more problems you can contact me on [discord](https://discord.gg/w5t524meRT).\n\n## FAQ\n\n### Expecting value: line 1 column 1 (char 0)\n\nThis happens when the server doesnt give you the data you requested which probably means you got blocked by neal or cloudflare try changing the useragent field in the settings.py to one of [these](https://www.useragents.me/) and see if it helps.\n\n## Epic Logo\n\n![epic logo](https://i.imgur.com/mZCUxH2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmin-else%2Finfinity-scrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadmin-else%2Finfinity-scrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmin-else%2Finfinity-scrape/lists"}