aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binance-scraping-bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/binance-scraping-bot.py b/binance-scraping-bot.py
index bf87449..79fae56 100644
--- a/binance-scraping-bot.py
+++ b/binance-scraping-bot.py
@@ -14,7 +14,7 @@ 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', 'defi', 'uniswap']
+key_words = ['list', 'token sale', 'open trading', 'opens trading', 'perpetual', 'defi', 'uniswap', 'airdrop']
# Open old database file
path = "/home/pi/OpenAlpha/db.xlsx"