news-feed-bot
news-feed-bot copied to clipboard
Bot for Telegram that gets and posts news to a channel.
The idea is to deliver alerts right in DM with the bot. It's better to start with alert on too big pause between posts.
Current solution for summary generation (GPT 3.5 Turbo) is ok. but sometimes gives weird results. Need to make better solution with higher accuracy.
To properly support also YouTube and podcasts it's better to have different types of posts like video, podcast and so on.
For some reason, the bot stops working after some amount of time. In logs I see ``` failed to run fetcher: driver: bad connection ``` So, I guess the problem...