Returns the share of the social dominance a given project has over time in a given social channel.
Arguments description:
- source - one of the following:
PROFESSIONAL_TRADERS_CHAT_OVERVIEW - shows how many times the given project has been mentioned in private trader chats
TELEGRAM_CHATS_OVERVIEW - shows how many times the given project has been mentioned across all telegram chats, except the project's own community chat (if there is one)
TELEGRAM_DISCUSSION_OVERVIEW - the general volume of messages in the project's community chat (if there is one)
DISCORD_DISCUSSION_OVERVIEW"- shows how many times the given project has been mentioned in the discord channels
- slug - unique project identifier
- interval - an integer followed by one of: m, h, d, w
- from - a string representation of datetime value according to the iso8601 standard, e.g. "2018-04-16T10:02:19Z"
- to - a string representation of datetime value according to the iso8601 standard, e.g. "2018-04-16T10:02:19Z"
Run in explorer
Run in terminal