Queries Implemented in queries.py
Source Code: discord-binding/modules/graphs.py
- Data Frame Queries
- queries.py
- Completed
- What are the discord guilds are in the database?
- What are the channels of a particular discord guild?
- What authors posted in a particular discord guild?
- What authors posted in a specific discord channel?
- What messages were posted in a discord channel with an offset?
- What discord user has the longest average message length in a particular guild?
- How many messages per author in a specific discord guild?
- Who is the most consistent poster within a Discord Guild?
- What discord author got the most reactions to their messages?
- What discord author got the most distinct reactions to their messages?
- What discord author has the highest spike in activity in single day from a specific discord guild?
- Who sent the most attachments in a specific discord guild?
- What discord author edits the highest percentage of their messages within a particular discord guild?
- What authors asked the most questions within a specific discord guild?
- How many messages has a user posted in each discord channel of a particular discord guild?
- What discord messages were reacted to the most from this particular author?
- What time of day does the particular discord author post their messages, group by hour?
- What message with an attachment from a particular author in a discord guild got the most reactions?
- What day of the week does the particular discord author post their messages?
- What authors posted the most in a specific discord guild?
- How much activity for a specific discord guild per month?
- How much activity for a specific discord guild per day of week?
- What are the most active channels in a specific discord guild?
- What percentage of days actually have messages for a specific discord guild?
- Do Later
- What discord channel has the longest average message length?
- Multi Guild - Get the Job Queue working first
- What discord guild's have the most Users?
- What discord guild's have the most channels?
- What are the sum of messages in each discord guild?
- What is the activity of each month for each guild normalized on a single graph?
- What is the activity per month of each discord guild measured in messages per month?
- What is the name of the most active channel in each discord guild?
- When was the most active month for the most active channel in each discord guild?
- What authors posted the most in each discord guild?
- Requires multiple date select components
- Requires Order By Component
- Requires Number input component
- Completed