Парсер БОТ V2

This commit is contained in:
Sanich777
2023-05-23 01:07:30 +03:00
parent 18e6122296
commit 03bfbc7ea9
6 changed files with 77 additions and 61 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import time
import wget
import psycopg2
import re
s = Service('C:\Users\Alex\PycharmProjects\pythonProject\chromedriver.exe')
s = Service('C:\\Users\\Alex\\PycharmProjects\\pythonProject\\chromedriver.exe')
browser = webdriver.Chrome(service=s)
browser.get('https://music.yandex.ru/chart')
time.sleep (1)