Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grab first valid coin from multicoin announcement #150

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Linus045
Copy link
Collaborator

@Linus045 Linus045 commented Jan 16, 2022

The is the first step to fixing multicoin announcements.
The idea is to grab the first in a multi-coin announcement.

It also refactores some parts of the announcement detection to use a blacklist of words instead of a Whitelist.
If the announcement includes one of those words it will get ignored.
Idk yet if thats the best idea, my reasoning was that if the announcement message changes we will still detect it as long as there is no blacklisted word used and its easier to use the same function for multiple announcement providers in the future.

However as implemented in #142,the other approach is to write a scraper for every site which could handle the extraction of the coin from the announcement individually.

+ if a multicoin annoucement is made, select the first valid coin
…-trading-bot-binance-announcements-new-coins into bugfix_multicoin_announcement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant