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_products import FbMarketplaceProducts
|
||||||
from fb_marketplace_product_info import FbMarketplaceProductInfo
|
from fb_marketplace_product_info import FbMarketplaceProductInfo
|
||||||
import logging
|
import logging
|
||||||
from fb_db_writer import fb_db_writer
|
|
||||||
|
|
||||||
###### Looger ######
|
###### Looger ######
|
||||||
format = "%(asctime)s: %(message)s"
|
format = "%(asctime)s: %(message)s"
|
||||||
|
|
|
@ -3,7 +3,6 @@ import time
|
||||||
from selenium.webdriver import Keys
|
from selenium.webdriver import Keys
|
||||||
from selenium.webdriver.common.by import By
|
from selenium.webdriver.common.by import By
|
||||||
from undetected_chromedriver import Chrome, ChromeOptions
|
from undetected_chromedriver import Chrome, ChromeOptions
|
||||||
import pandas as pd
|
|
||||||
import random
|
import random
|
||||||
import psycopg2
|
import psycopg2
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -2,7 +2,6 @@ import time
|
||||||
from selenium.webdriver import Keys
|
from selenium.webdriver import Keys
|
||||||
from selenium.webdriver.common.by import By
|
from selenium.webdriver.common.by import By
|
||||||
from undetected_chromedriver import Chrome, ChromeOptions
|
from undetected_chromedriver import Chrome, ChromeOptions
|
||||||
from scroller.scroller import smartScroll, getPageInfos, scrollTo
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import random
|
import random
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
Loading…
Reference in New Issue