botparsing

This commit is contained in:
inweems
2023-04-26 22:00:09 +03:00
parent 1dab6aae05
commit b0738b27ec
2 changed files with 39 additions and 1 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import psycopg2
import psycopg2
import wget
from bs4 import BeautifulSoup
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
connection = psycopg2.connect(host='localhost', dbname='dbdata', user='postgres', password='Q1w2e3r4')
cursor = connection.cursor()