mirror of
https://github.com/timberjoegithub/GoogleScrape.git
synced 2026-07-22 00:19:48 +00:00
Cleaning up more
This commit is contained in:
@@ -38,7 +38,7 @@ import tweepy
|
|||||||
|
|
||||||
#Thread
|
#Thread
|
||||||
import asyncio
|
import asyncio
|
||||||
#import aiohttps
|
import aiohttp
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from sqlalchemy import create_engine
|
from sqlalchemy import create_engine
|
||||||
@@ -706,6 +706,8 @@ def write_to_xlsx(webdata, outputs):
|
|||||||
#df = pd.DataFrame(data, columns=cols)
|
#df = pd.DataFrame(data, columns=cols)
|
||||||
#df.to_excel('./Output/reviews.xlsx')
|
#df.to_excel('./Output/reviews.xlsx')
|
||||||
|
|
||||||
|
##################################################################################################
|
||||||
|
|
||||||
def write_to_xlsx2(data, outputs):
|
def write_to_xlsx2(data, outputs):
|
||||||
print('write to excel...')
|
print('write to excel...')
|
||||||
sqlalchemy.null()
|
sqlalchemy.null()
|
||||||
|
|||||||
Reference in New Issue
Block a user