Skip to content

Building a bot to retrieve tokens tickers from a telegram chat

License

Notifications You must be signed in to change notification settings

clovisjohn/ticker-retriever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ticker-retriever

GOAL:

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

HOW-TO-USE:

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.

About

Building a bot to retrieve tokens tickers from a telegram chat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages