summaryrefslogtreecommitdiffstats
path: root/libraries/moddb/README
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2023-05-18 22:50:32 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:11 +0700
commitc727010a174407b69edb922cca7ea585736d0ffd (patch)
tree115817555373f096e556c6538f54141938e1334d /libraries/moddb/README
parentb7338e416b03a6902d9600d28757ffb1671670ef (diff)
downloadslackbuilds-c727010a174407b69edb922cca7ea585736d0ffd.tar.gz
slackbuilds-c727010a174407b69edb922cca7ea585736d0ffd.tar.xz
libraries/moddb: Added (navigate ModDB purely programmatically)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/moddb/README')
-rw-r--r--libraries/moddb/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/moddb/README b/libraries/moddb/README
new file mode 100644
index 0000000000..d78ad23d5e
--- /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.