Skip to content

Majestic-dev/Growtopia-FandomWiki-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growtopia-FandomWiki-scraper

Growtopia Fandom Wiki Scraper written in python using BeautifulSoup4 for web-scraping and growtopia.py to decode items.dat

Installation

Requirements

Guide

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

Usage

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.

Contributing

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.

License

This project is licensed under the Apache License - see the LICENSE file for details

About

Growtopia Fandom Wiki Scraper written in python using BeautifulSoup4 for web-scraping and growtopia.py to decode items.dat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages