BlathanAevon / chat_summarizer

Experimental script to create a summarizer for telegram chats

Home Page:https://telegram.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat_summarizer

A simple script, to send emails through Dmail.ai, mint Starknet ID, Mint random NFT

Static Badge Static Badge

Installation:

  1. Clone the repository
git clone https://github.com/BlathanAevon/chat_summarizer
  1. Go to directory
cd chat_summarizer
  1. Virtual Environment creation
python (or python3) -m venv venv
  1. Activate the virtual environment
    • Windows
      venv/Scripts/activate
    • Linux and MacOS
      source venv\bin\activate
  2. Install dependencies (modules)
pip install -r requirements.txt

Run the program

python main.py

About

Experimental script to create a summarizer for telegram chats

https://telegram.org


Languages

Language:Python 100.0%