From 0220b61b28b8e167f96a5a83a7128496dd046938 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 25 Jul 2019 12:23:08 -0500 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fb3a78 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# mee6-scraper +A scraper for the Mee6 Discord Bot's leaderboard + +Simple served as an experiment with the leaderboard function of the mee6 bot. Uploading here as I try to migrate to a Github based system of projects. +Was mostly an experiment that started first with scraping using a Selenium bot (as Javascript generates the leaderboard), but then I realized pretty quickly +that an API exists for the Mee6 bot that is publicly available. I forgot if this was the same way that the javascript generates everything on the page, but I would assume so.