/gearcost

from a project1999 magelo page, you can run this script to calculate the prices of its full inventory

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

ezgif com-gif-maker (2)

wat

image

gearcost

input inventory > webscrape inventory pages for items price > output calculate full cost of inventory

from a project1999 magelo page, you can run this script to calculate the prices of its full inventory

How 2

  1. install python version 3.6+
  2. install libraries w/ $ pip install -r requirements.txt
  3. run python file, i.e. python gearcost.py
  4. input your magelo url from p1999
  5. get terminal and .txt file outputs, it will ask if you want a wiki code: type [yes] or [no].
  6. post on wiki
  • If you have any issues please let me know and I will help.

Libraries used:

  • beautifulsoup
  • urllib
  • requests
  • csv
  • datetime
  • re
  • sympy