FB Marketplace crawler
This commit is contained in:
parent
4b1841ba18
commit
309bc78606
|
@ -1,11 +1,6 @@
|
|||
import hashlib
|
||||
|
||||
import psycopg2
|
||||
|
||||
from fb_marketplace_products import FbMarketplaceProducts
|
||||
from fb_marketplace_product_info import FbMarketplaceProductInfo
|
||||
import logging
|
||||
from fb_db_writer import fb_db_writer
|
||||
|
||||
###### Looger ######
|
||||
format = "%(asctime)s: %(message)s"
|
||||
|
|
|
@ -3,7 +3,6 @@ import time
|
|||
from selenium.webdriver import Keys
|
||||
from selenium.webdriver.common.by import By
|
||||
from undetected_chromedriver import Chrome, ChromeOptions
|
||||
import pandas as pd
|
||||
import random
|
||||
import psycopg2
|
||||
import logging
|
||||
|
|
|
@ -2,7 +2,6 @@ import time
|
|||
from selenium.webdriver import Keys
|
||||
from selenium.webdriver.common.by import By
|
||||
from undetected_chromedriver import Chrome, ChromeOptions
|
||||
from scroller.scroller import smartScroll, getPageInfos, scrollTo
|
||||
import pandas as pd
|
||||
import random
|
||||
from datetime import datetime
|
||||
|
|
Loading…
Reference in New Issue