diff options
Diffstat (limited to 'libraries/moddb/README')
-rw-r--r-- | libraries/moddb/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/moddb/README b/libraries/moddb/README new file mode 100644 index 0000000000000..d78ad23d5e70e --- /dev/null +++ b/libraries/moddb/README @@ -0,0 +1,8 @@ +The goal of the library is to be able to navigate ModDB purely +programmatically through scraping and parsing of the various models +present on the website. This is based off a command of my bot which can +parse either a game or a mod, this command gave birth to the original +library which was extremely limited in its abilities and only able to +parse a few pages with inconsistencies. This library is a much more +mature and professional attempt at the whole idea, adding on a much +deeper understanding of OOP. |