Have you ever wanted to create anime or honey or anything else in Infinity Craft, but didn't know how? With this repository, now you can...
Also someone made a tutorial for windows.
Before you can use the Infinity Scrape, you need to have Python installed on your system. Follow these steps to install Python:
- Open your web browser and navigate to the Python download page.
- Download the latest version of Python for Windows.
- Once the download is complete, run the installer.
- Follow the on-screen instructions to complete the installation process, ensuring that you select the option to add Python to your system PATH.
Before 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:
- Open your web browser and navigate to the Git download page.
- Download the latest version of Git for Windows.
- Once the download is complete, run the installer.
- Follow the on-screen instructions to complete the installation process, ensuring that you select the appropriate options for your system.
Now that Python and Git are installed, you can clone the Infinity Scrape repository to your local machine. Follow these steps:
-
Open the Command Prompt by pressing
Win + R
, typingcmd
, and then pressingEnter
. -
Navigate to the directory where you want to clone the repository using the
cd
command. For example:cd C:\Projects
-
Clone the repository by running the following command:
git clone https://github.com/admin-else/infinity-scrape
- Once the cloning process is complete, navigate into the cloned directory:
cd infinity-scrape
Infinity Scrape relies on certain Python libraries to function (its just requests). You can install these dependencies using the following command:
pip install -r requirements.txt
Once you have installed everything, you can run:
python3 howtoget.py
This command will provide you with a list of items you need to craft for your desired item. However, if you encounter a message like:
$ python3 howtoget.py
what do you want: trolling
didn't find source of Trolling...
It 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:
$ python3 scrape.py
If 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. If you have more problems you can contact me on discord.
This 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 and see if it helps.