
Discover telegram-scrapper: Effortless Telegram Data Scraping!
Ever needed to pull posts, views, and data from Telegram channels without the hassle of APIs or authentication? telegram-scrapper by hesamhadadi is your zero-dependency Node.js solution – simple, fast, and outputs clean JSON. Key Features • No auth needed: Scrapes public channels directly. • Zero dependencies: Lightweight and blazing fast. • JSON output: Easy to parse posts, views, and more. Perfect for analytics, bots, or research projects. Quick Setup & Demo Install via npm: npm install telegram-scrapper Then scrape away: const { telegram_scraper } = require('telegram-scrapper'); async function scrapeChannel() { const data = await telegram_scraper('telegram'); // Try @telegram ! console.log(data); } scrapeChannel(); Live demo available on CodeSandbox – check it out! Why You’ll Love It Unlike heavy libraries like Telethon, this is plug-and-play for Node devs. Built by hesamhadadi: https://github.com/hesamhadadi . NPM: https://www.npmjs.com/package/telegram-scrapper . What channel will
Continue reading on Dev.to
Opens in a new tab


