A Slack bot that reads the internet so you don't have to
It exists to turn Slack into a shared AI reading assistant that digests web pages, documents, and YouTube videos so you don't have to.

What it does
myGPTReader is a Slack bot powered by ChatGPT that ingests web pages, PDFs, DOCX files, TXT, Markdown, and even YouTube videos (if they have subtitles), then summarizes and discusses them with you. It also supports voice conversations for practicing Chinese, English, German, or Japanese, and sends a daily “Hot News Today” digest with auto-generated summaries. A public Slack workspace with over 5,000 members hosts a free instance.
The interesting bit
The author documented the entire development process in a CDDR file, treating ChatGPT as a pair programmer rather than just an engine. That meta-approach is arguably the most honest part of the README.
Key highlights
- Summarizes web content and YouTube videos (subtitle-required) through Slack threads
- Handles documents: eBooks, PDF, DOCX, TXT, and Markdown
- Voice chat mode for language practice in four languages
- Built-in prompt templates for structured conversations
- Daily automated news summaries pushed to Slack
Caveats
- Self-hosting documentation is marked WIP, so running your own instance may require some archaeology
- YouTube support is limited to videos with subtitles
- It is largely an integration of Slack, OpenAI APIs, and document parsers—honest glue code rather than novel infrastructure
Verdict
Good for teams already living in Slack who want a shared reading assistant without leaving their workspace. Skip it if you need a fully offline or self-hosted solution today, since the deployment docs are unfinished.
Frequently asked
- What is myreader-io/myGPTReader?
- It exists to turn Slack into a shared AI reading assistant that digests web pages, documents, and YouTube videos so you don't have to.
- Is myGPTReader open source?
- Yes — myreader-io/myGPTReader is open source, released under the MIT license.
- What language is myGPTReader written in?
- myreader-io/myGPTReader is primarily written in Python.
- How popular is myGPTReader?
- myreader-io/myGPTReader has 4.4k stars on GitHub.
- Where can I find myGPTReader?
- myreader-io/myGPTReader is on GitHub at https://github.com/myreader-io/myGPTReader.