I need a straightforward program that taps into the Telegram API, checks a channel’s subscriber count, and—when that count is 5 000 or fewer—bans the channel from my group instantly. Subscriber count is the only filter; frequency of posts or channel age are irrelevant to this job. Please keep the workflow simple: • Input: either a single channel link or a text/CSV list of links. • Process: fetch subscriber count, compare to the 5 000-member ceiling, then execute the ban call without asking for confirmation. • Output: a minimal log (time, channel ID, subscriber count, ban status) so I can audit actions later. You’re free to pick the language, but the final script must run on a standard Linux VPS and rely only on publicly available libraries. Provide clear setup notes (API keys, dependencies, run commands) so I can get it working quickly. That’s it—lean, fast, and automatic.