Growtopia Fandom Wiki Scraper written in python using BeautifulSoup4 for web-scraping and growtopia.py to decode items.dat
git clone https://github.com/Majestic-dev/Growtopia-FandomWiki-scraper.git # Clone the repository
python -m venv venv # I recommend creating a virtual environment, but this is not required
source venv/bin/activate # Activate the virtual environment (if you created one)
pip install -r requirements.txt # Install requirements.txt
After you've done everything above, move the items.dat file you want to decode to the workspace, specify it on line 6 in ItemSearch.py if you want to search for individual items or WikiParser.py if you want to scrape the whole wiki. Run the file, everything else will be handled by the code.
All contributions are welcome! If you'd like to contribute, please make a pull request.
Please make sure that your code is formatted correctly before making a new pull request. This project is formatted using black and isort to sort imports. Read through open and closed pull requests and ensure that no one else has already made a similar pull request.
This project is licensed under the Apache License - see the LICENSE file for details