Code modification for rp
Path added
This commit is contained in:
parent
0d9f24ab5f
commit
862dbaa1cf
@ -14,10 +14,10 @@ soup = BeautifulSoup(response.text, 'html.parser')
|
|||||||
news_list = soup.find_all(class_ = 'css-sbrje5')
|
news_list = soup.find_all(class_ = 'css-sbrje5')
|
||||||
|
|
||||||
# Create a bag of key words for getting matches
|
# Create a bag of key words for getting matches
|
||||||
key_words = ['list', 'token sale', 'open trading', 'opens trading', 'perpetual']
|
key_words = ['list', 'token sale', 'open trading', 'opens trading', 'perpetual', 'FTX']
|
||||||
|
|
||||||
# Open old database file
|
# Open old database file
|
||||||
path = "C:/Users/d645daar/Documents/Codes/Binance Announcements/db.xlsx"
|
path = "/home/pi/db.xlsx"
|
||||||
df = pd.read_excel(path)
|
df = pd.read_excel(path)
|
||||||
|
|
||||||
# Empty list
|
# Empty list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user