Commit Graph

6 Commits

Author SHA1 Message Date
52972d2668 Add email support, update .gitignore and .env_example (#10)
**Add email support for video summaries**

This PR allow us to send video summary results via email instead of printing them. It also updates .env_example so that the template for environment variable is up to date.

**Note:**
Due to limitations with my OpenAI API token (insufficient credits), I was only able to successfully test the email sending independently. Integration of email with the transcription and summarization output has not been tested.

**Closes #9**

Co-authored-by: iakn0001 <imran.aknaf@ulb.be>
Reviewed-on: #10
Reviewed-by: Eric Meehan <eric@eom.dev>
Co-authored-by: Imran <imran.aknaf.pro@gmail.com>
Co-committed-by: Imran <imran.aknaf.pro@gmail.com>
2025-08-04 19:47:06 +00:00
46cb748bc6 Execute application with Gitea Actions (#4)
Closes Broadcast/video-summary-bot#1
Closes Broadcast/video-summary-bot#3

Reviewed-on: #4
2025-03-28 15:15:14 +00:00
d55b346b81 Prompt in .env_example 2025-03-25 22:01:44 -04:00
86a82822fa Model prompt as env var 2025-03-25 22:00:31 -04:00
dba02ae5ea OpenAI functions and clearer parameters 2025-03-25 21:57:00 -04:00
c64a9dd7db Initial commit 2025-03-25 16:38:28 -04:00