├── README.md ├── .DS_Store ├── .gitignore ├── src ├── .DS_Store ├── amach │ └── index.html ├── ding │ └── index.html ├── ewor │ └── index.html ├── fnt │ └── index.html ├── lilt │ └── index.html ├── kadra │ └── index.html ├── play │ └── index.html ├── roweb │ └── index.html ├── moveos │ └── index.html ├── globant │ └── index.html ├── kinaxis │ └── index.html ├── edgeless │ └── index.html ├── flashnet │ └── index.html ├── aurachain │ └── index.html ├── covalact │ └── index.html ├── hutchinson │ └── index.html ├── jellysmack │ └── index.html ├── phipartners │ └── index.html ├── atp-group │ └── index.html ├── dentesse │ └── index.html ├── canopy │ └── index.html ├── expomedics │ └── index.html ├── griddynamics │ └── index.html ├── creativechaos │ └── index.html ├── ipso │ └── index.html ├── ryanair │ └── index.html └── complyadvantage │ └── index.html ├── images ├── github.png ├── discord.png ├── logo-aoc.png ├── peviitor.png ├── alert │ ├── check.png │ ├── error.png │ └── invalid.png ├── qa_peviitor.png ├── api_peviitor.png ├── dev_peviitor.png ├── sad_peviitor.png ├── solr_peviitor.png ├── test_peviitor.png ├── v01_peviitor.png ├── v02_peviitor.png ├── firme_peviitor.png ├── legal_peviitor.png ├── scraper_peviitor.png ├── splash_peviitor.png └── webscraping │ ├── web-to-google-sheet.jpeg │ ├── types-of-web-scrapers.jpeg │ └── what-is-web-sraping-parsehub.jpeg ├── diagram └── images │ ├── api.png │ ├── .DS_Store │ ├── down.png │ ├── action.png │ ├── cloudflare.png │ ├── test_case.png │ ├── web_server.png │ ├── JobsScrapers.png │ ├── architecture.png │ ├── career_page.png │ ├── dev_peviitor.png │ ├── peviitor_page.png │ ├── validator_api.png │ ├── Jmeter_Scrapers.png │ ├── based_scraper_java.png │ ├── based_scraper_js.png │ ├── based_scraper_py.png │ ├── cluj_solr_database.png │ ├── scrapers_peviitor.png │ ├── validator_database.png │ ├── Scrapy_peviitor_jobs.png │ ├── zimbor_solr_database.png │ ├── Scrapers_Job_PeViitor.png │ ├── PeViitor_Scrapers_Melania.png │ └── Scrapers_start_with_digi.png ├── js ├── chart.js ├── doc.js └── script.js ├── LICENSE ├── index.html └── css ├── diagram.css └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # Scrapers-UI -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | scrapers.json 2 | env/ 3 | .DS_Store 4 | test.py 5 | .idea/ 6 | .vscode/ 7 | -------------------------------------------------------------------------------- /src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/src/.DS_Store -------------------------------------------------------------------------------- /images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/github.png -------------------------------------------------------------------------------- /images/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/discord.png -------------------------------------------------------------------------------- /images/logo-aoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/logo-aoc.png -------------------------------------------------------------------------------- /images/peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/peviitor.png -------------------------------------------------------------------------------- /diagram/images/api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/api.png -------------------------------------------------------------------------------- /images/alert/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/alert/check.png -------------------------------------------------------------------------------- /images/alert/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/alert/error.png -------------------------------------------------------------------------------- /images/qa_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/qa_peviitor.png -------------------------------------------------------------------------------- /diagram/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/.DS_Store -------------------------------------------------------------------------------- /diagram/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/down.png -------------------------------------------------------------------------------- /images/alert/invalid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/alert/invalid.png -------------------------------------------------------------------------------- /images/api_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/api_peviitor.png -------------------------------------------------------------------------------- /images/dev_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/dev_peviitor.png -------------------------------------------------------------------------------- /images/sad_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/sad_peviitor.png -------------------------------------------------------------------------------- /images/solr_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/solr_peviitor.png -------------------------------------------------------------------------------- /images/test_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/test_peviitor.png -------------------------------------------------------------------------------- /images/v01_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/v01_peviitor.png -------------------------------------------------------------------------------- /images/v02_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/v02_peviitor.png -------------------------------------------------------------------------------- /diagram/images/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/action.png -------------------------------------------------------------------------------- /images/firme_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/firme_peviitor.png -------------------------------------------------------------------------------- /images/legal_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/legal_peviitor.png -------------------------------------------------------------------------------- /images/scraper_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/scraper_peviitor.png -------------------------------------------------------------------------------- /images/splash_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/splash_peviitor.png -------------------------------------------------------------------------------- /diagram/images/cloudflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/cloudflare.png -------------------------------------------------------------------------------- /diagram/images/test_case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/test_case.png -------------------------------------------------------------------------------- /diagram/images/web_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/web_server.png -------------------------------------------------------------------------------- /diagram/images/JobsScrapers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/JobsScrapers.png -------------------------------------------------------------------------------- /diagram/images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/architecture.png -------------------------------------------------------------------------------- /diagram/images/career_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/career_page.png -------------------------------------------------------------------------------- /diagram/images/dev_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/dev_peviitor.png -------------------------------------------------------------------------------- /diagram/images/peviitor_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/peviitor_page.png -------------------------------------------------------------------------------- /diagram/images/validator_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/validator_api.png -------------------------------------------------------------------------------- /diagram/images/Jmeter_Scrapers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/Jmeter_Scrapers.png -------------------------------------------------------------------------------- /diagram/images/based_scraper_java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/based_scraper_java.png -------------------------------------------------------------------------------- /diagram/images/based_scraper_js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/based_scraper_js.png -------------------------------------------------------------------------------- /diagram/images/based_scraper_py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/based_scraper_py.png -------------------------------------------------------------------------------- /diagram/images/cluj_solr_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/cluj_solr_database.png -------------------------------------------------------------------------------- /diagram/images/scrapers_peviitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/scrapers_peviitor.png -------------------------------------------------------------------------------- /diagram/images/validator_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/validator_database.png -------------------------------------------------------------------------------- /diagram/images/Scrapy_peviitor_jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/Scrapy_peviitor_jobs.png -------------------------------------------------------------------------------- /diagram/images/zimbor_solr_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/zimbor_solr_database.png -------------------------------------------------------------------------------- /diagram/images/Scrapers_Job_PeViitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/Scrapers_Job_PeViitor.png -------------------------------------------------------------------------------- /diagram/images/PeViitor_Scrapers_Melania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/PeViitor_Scrapers_Melania.png -------------------------------------------------------------------------------- /diagram/images/Scrapers_start_with_digi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/diagram/images/Scrapers_start_with_digi.png -------------------------------------------------------------------------------- /images/webscraping/web-to-google-sheet.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/webscraping/web-to-google-sheet.jpeg -------------------------------------------------------------------------------- /images/webscraping/types-of-web-scrapers.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/webscraping/types-of-web-scrapers.jpeg -------------------------------------------------------------------------------- /images/webscraping/what-is-web-sraping-parsehub.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peviitor-ro/Scrapers-UI/HEAD/images/webscraping/what-is-web-sraping-parsehub.jpeg -------------------------------------------------------------------------------- /js/chart.js: -------------------------------------------------------------------------------- 1 | const ctx = document.getElementById("Chart"); 2 | ctx.height = 300; 3 | 4 | const get_data = async () => { 5 | const response = await fetch(apiObj.dataSetUrl); 6 | const data = await response.json(); 7 | return data; 8 | }; 9 | 10 | get_data().then((data) => { 11 | let labels = []; 12 | let values = []; 13 | 14 | data.forEach((element) => { 15 | labels.push(element.formated_date); 16 | values.push(element.data); 17 | }); 18 | 19 | new Chart(ctx, { 20 | type: "line", 21 | data: { 22 | labels: labels, 23 | datasets: [ 24 | { 25 | borderColor: "rgba(224, 141, 33, 0.769)", 26 | backgroundColor: "#e08d21", 27 | label: "Number of Jobs", 28 | data: values, 29 | borderWidth: 1, 30 | }, 31 | ], 32 | }, 33 | options: { 34 | scales: { 35 | y: { 36 | beginAtZero: true, 37 | }, 38 | }, 39 | datasets: { 40 | line: { 41 | pointRadius: 3, 42 | }, 43 | }, 44 | }, 45 | }); 46 | }); 47 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 peviitor 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /js/doc.js: -------------------------------------------------------------------------------- 1 | // NavBar 2 | const openNav = document.querySelector(".open-nav"); 3 | const closeNav = document.querySelector(".close-nav"); 4 | const aside = document.querySelector(".aside"); 5 | 6 | function OpenNavBar() { 7 | openNav.classList.toggle("hidden"); 8 | aside.classList.toggle("block"); 9 | } 10 | 11 | openNav.addEventListener("click", OpenNavBar); 12 | closeNav.addEventListener("click", OpenNavBar); 13 | 14 | // ============================ aside ==================================== 15 | 16 | const nav = document.querySelector(".aside-nav"), 17 | navList = nav.querySelectorAll("li"), 18 | totalNavList = navList.length, 19 | allsection = document.querySelectorAll(".section"), 20 | totalSection = allsection.length; 21 | for (let i = 0; i < totalNavList; i++) { 22 | const a = navList[i].querySelector("a"); 23 | a.addEventListener("click", function () { 24 | OpenNavBar(); 25 | removeBackSection(); 26 | for (let j = 0; j < totalNavList; j++) { 27 | if (navList[j].querySelector("a").classList.contains("active")) { 28 | addBackSection(j); 29 | } 30 | navList[j].querySelector("a").classList.remove("active"); 31 | } 32 | this.classList.add("active"); 33 | showSection(this); 34 | }); 35 | } 36 | function removeBackSection() { 37 | for (let i = 0; i < totalSection; i++) { 38 | allsection[i].classList.remove("back-section"); 39 | } 40 | } 41 | function addBackSection(num) { 42 | allsection[num].classList.add("back-section"); 43 | } 44 | function showSection(element) { 45 | for (let i = 0; i < totalSection; i++) { 46 | allsection[i].classList.remove("active"); 47 | } 48 | const target = element.getAttribute("href").split("#")[1]; 49 | document.querySelector("#" + target).classList.add("active"); 50 | } 51 | -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- 1 | function search() { 2 | let input = document.getElementById("search"); 3 | let filter = input.value.toUpperCase(); 4 | let container = document.querySelector(".container"); 5 | let scrapers = container.querySelectorAll(".scraper-container"); 6 | for (let i = 0; i < scrapers.length; i++) { 7 | let name = scrapers[i].id; 8 | if (name.toUpperCase().indexOf(filter) > -1) { 9 | scrapers[i].style.display = ""; 10 | } else { 11 | scrapers[i].style.display = "none"; 12 | } 13 | } 14 | } 15 | 16 | document.getElementById("search").addEventListener("keyup", search); 17 | 18 | function create_company(data) { 19 | const scraperContainer = document.createElement("a"); 20 | scraperContainer.id = data.name; 21 | scraperContainer.href = "src/" + data.name + "/index.html"; 22 | scraperContainer.classList.add("scraper-container"); 23 | const scraperDiv = document.createElement("div"); 24 | scraperDiv.classList.add("scraper"); 25 | const scraperLogo = document.createElement("div"); 26 | scraperLogo.classList.add("scraper-logo"); 27 | scraperLogo.innerHTML = ` 28 | 32 | `; 33 | const scraperInfo = document.createElement("div"); 34 | scraperInfo.classList.add("scraper-info"); 35 | const scraperName = document.createElement("div"); 36 | scraperName.classList.add("scraper-name"); 37 | const name = document.createElement("h2"); 38 | name.innerText = data.name; 39 | scraperName.appendChild(name); 40 | scraperInfo.appendChild(scraperName); 41 | scraperDiv.appendChild(scraperLogo); 42 | scraperDiv.appendChild(scraperInfo); 43 | scraperContainer.appendChild(scraperDiv); 44 | return scraperContainer; 45 | } 46 | 47 | const container = document.querySelector(".container"); 48 | scrapers.forEach((scraper) => { 49 | container.appendChild(create_company(scraper)); 50 | }); 51 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHub Repo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |
55 | 76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHub Repo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHub Repo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |
55 | 76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHub Repo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |
55 | 76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHub Repo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |
55 | 76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |
55 | 76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | JavaScript 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHub Repo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |43 | X 44 |
45 |76 |
77 |85 | Uknown 86 |
87 |95 | Uknown 96 |
97 |105 | Uknown 106 |
107 |115 | Python 116 |
117 |153 | Delete Local Storage 154 |
155 | 156 | GitHubRepo 157 | 158 | 159 | Report 🐞 160 | 161 | 162 | Join Discord 163 | 164 |173 |
174 |175 |
176 |177 |
178 |181 |
182 |