SimplySummary is a Discord bot that automatically summarizes chat conversations in specified channels. It uses natural language processing to generate concise summaries of chat logs, making it easier for users to catch up on discussions they may have missed. Makes use of JuwuL AI Discord bot for LLM processing.
- Automatically summarizes chat logs every 3 hours
- Can be manually triggered to summarize a specific number of messages
- Generates summaries that include:
- Top mentioned stock tickers with prices and targets
- Future expectations and sentiment
- Notable events or news
- Overall chat sentiment
- TLDR with emojis for quick understanding
- Handles long summaries by splitting them into multiple Discord embeds
- Uses Discord's timestamp formatting for clear time ranges
- Clone this repository
- Install the required dependencies:
pip install nextcord pillow numpy
- Set up a Discord bot and get your bot token
- Replace the placeholder token at the bottom of the script with your actual bot token
- Update the channel IDs in the script to match your Discord server's channels
- Run the script:
python bot.py
The bot will automatically run summaries every 3 hours. To manually trigger a summary, use the following command in your Discord server:
SimplySummary #channel-name number_of_messages
For example:
SimplySummary #general 100
This will summarize the last 100 messages in the #general channel.
You can modify the following variables in the script to customize the bot's behavior:
JuwuL_channel_id
: ID of the channel used for processing summariestranscript_channel_id
: ID of the main chat channel to be summarizedsummary_channel_id
: ID of the channel where summaries will be posted
Contributions are welcome! Please feel free to submit a Pull Request.
This bot is designed for use in finance and stock trading Discord communities. Always do your own research and consult with a financial advisor before making investment decisions based on chat summaries.