Code modification for rp

Path added
This commit is contained in:
David Arroyo 2020-08-11 20:34:49 +01:00 committed by GitHub
parent 0d9f24ab5f
commit 862dbaa1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,10 @@ soup = BeautifulSoup(response.text, 'html.parser')
news_list = soup.find_all(class_ = 'css-sbrje5')
# 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
path = "C:/Users/d645daar/Documents/Codes/Binance Announcements/db.xlsx"
path = "/home/pi/db.xlsx"
df = pd.read_excel(path)
# Empty list