Get a list of token tickers from a telegram group chat with the number of occurences of each one
Using nlp (spacy or textblob), assign a "hype" value to the token depending of the "sentiment" of the users who wrote about the token
Using pandas, store everything and organize each token with its ticker,number of occurences and "hype" value
There are two ways to use this tool:
-
NLP matching : This method use nlp through spaCy to identify tickers.
-
List matching: This method use spaCy to isolate entities and a predefined list of tickers to identify tickers from the chat.