Skip to content

Instantly share code, notes, and snippets.

View LEv145's full-sized avatar
🏠
Love Python:3

LEv145 LEv145

🏠
Love Python:3
View GitHub Profile
@LEv145
LEv145 / gist:09d94f46ebb06e9f1cf1f0a5df736467
Last active November 20, 2023 21:27
Парсинг предметов с https://ru.wowhead.com через Selenium (Скрипт сделан мною очень давно)
import re
import random
import ujson
import requests
from bs4 import BeautifulSoup
from selenium import webdriver
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities