diff options
author | David Arroyo <darroyolpz@users.noreply.github.com> | 2020-09-24 19:59:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 19:59:09 +0100 |
commit | c2dbff2e2af459ce189b31fa4871bb0023c6bb21 (patch) | |
tree | 39e779722f4820755870368488a597edb47f6a0e | |
parent | a315fb04096a9cbd15184823e5caeae5a2168895 (diff) |
Airdrop added
Not wanna lose something similar to $MEME
-rw-r--r-- | binance-scraping-bot.py | 2 |
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"
|