/Terraria-Dataset

Data scrap made from the game Terraria for further uses in some APIs.

MIT LicenseMIT

Terraria Information Dataset

Introduction

In this repository you can find almost everything about Terraria's game datain JSON files. Everything were scraped from Terraria Gamepedia Wiki (Cheers!). Mainly this entire project was built in to get it integrated to a Discord Wiki Bot, although as all this data can be useful for some others API, my intention is to get them available if anyone else wants to use it.

All the codes written during the entire scrap can be found inside 'algorithms' directory. It's also convenient to point that all of this work were made with pourpose of learning Python and understanding how do web scraping works, so I could say I'm kinda happy with the results.

Authors

All the information were scrapped using Python's web scraping scripts/libraries (such as BeautifulSoup and Selenium) by me and Andrei Alisson.

💡 For future work

  • Increase the data files with the remaining items.
  • Add mob drop information support to each item.
  • ...

Keep an eye on changelog file to track each update!

License

MIT. Read LICENSE file for more details.