trying to scrape

This commit is contained in:
2023-04-12 00:02:07 +03:00
parent c2497dd1c6
commit e25ad40379
7 changed files with 2989 additions and 0 deletions

9
scrape.py Normal file
View File

@@ -0,0 +1,9 @@
import urllib3
import bs4
import psycopg2
# def connect_postgres():
# conn = psycopg2.connect("dbname='dh' user='dh' host='dh.saret.tk' password='qwerty'")
# return conn
def