CameronDeweerd / FFXIV-Market-Calculator

This FFXIV Market Calculator helps you identify which items are profitable to purchase components for and to craft
4 stars 2 forks source link

Necessary Programs #1

Open Ivylia opened 2 years ago

Ivylia commented 2 years ago

What programs are necessary to run this? Thanks!

CameronDeweerd commented 2 years ago

It uses SQLite3, pandas, and python so I THINK those are the only things you'd need to install that you wouldn't have already. I didn't make a GUI for it so you'd need to edit the main function in main.py if you want to see the data from a location other than Zalera, but it should be pretty straightforward? Also its fairly slow because the API it uses is rate limited to 7 items per second.