What is Code Review Graph?

Code Review Graph is a local-first code intelligence tool for developers. It analyzes your project using Tree-sitter, builds a graph of your codebase, and exposes that graph through both a CLI and an MCP (Model Context Protocol) server for AI coding tools.

Telethon - Telegram's MTProto API

Telethon is a powerful, open-source Python library that lets you interact with Telegram using Telegram's MTProto API. Unlike the Telegram Bot API, Telethon can log in as a regular user account or a bot, giving access to many more Telegram features.