<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hesam Hadadi</title>
    <description>The latest articles on DEV Community by Hesam Hadadi (@hesamhadadi).</description>
    <link>https://dev.to/hesamhadadi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3832826%2F80807f2b-1e9f-49c1-bc43-f495f27fb55a.jpeg</url>
      <title>DEV Community: Hesam Hadadi</title>
      <link>https://dev.to/hesamhadadi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hesamhadadi"/>
    <language>en</language>
    <item>
      <title>Discover telegram-scrapper: Effortless Telegram Data Scraping!</title>
      <dc:creator>Hesam Hadadi</dc:creator>
      <pubDate>Thu, 19 Mar 2026 07:51:25 +0000</pubDate>
      <link>https://dev.to/hesamhadadi/discover-telegram-scrapper-effortless-telegram-data-scraping-8b5</link>
      <guid>https://dev.to/hesamhadadi/discover-telegram-scrapper-effortless-telegram-data-scraping-8b5</guid>
      <description>&lt;p&gt;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.&lt;br&gt;
Key Features&lt;br&gt;
    • No auth needed: Scrapes public channels directly.&lt;br&gt;
    • Zero dependencies: Lightweight and blazing fast.&lt;br&gt;
    • JSON output: Easy to parse posts, views, and more. Perfect for analytics, bots, or research projects.&lt;/p&gt;

&lt;p&gt;Quick Setup &amp;amp; Demo&lt;br&gt;
Install via npm:&lt;br&gt;
npm install telegram-scrapper&lt;br&gt;
Then scrape away:&lt;br&gt;
const { telegram_scraper } = require('telegram-scrapper');&lt;/p&gt;

&lt;p&gt;async function scrapeChannel() {&lt;br&gt;
  const data = await telegram_scraper('telegram'); // Try &lt;a class="mentioned-user" href="https://dev.to/telegram"&gt;@telegram&lt;/a&gt;!&lt;br&gt;
  console.log(data);&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;scrapeChannel();&lt;/p&gt;

&lt;p&gt;Live demo available on CodeSandbox – check it out!&lt;/p&gt;

&lt;p&gt;Why You’ll Love It&lt;br&gt;
Unlike heavy libraries like Telethon, this is plug-and-play for Node devs. Built by hesamhadadi: &lt;a href="https://github.com/hesamhadadi" rel="noopener noreferrer"&gt;https://github.com/hesamhadadi&lt;/a&gt;. NPM: &lt;a href="https://www.npmjs.com/package/telegram-scrapper" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/telegram-scrapper&lt;/a&gt;.&lt;br&gt;
What channel will you scrape first? 🚀&lt;br&gt;
Loved this? Hit that ❤️, share with your dev friends, and drop a star on GitHub! Your support means the world. 👇&lt;br&gt;
Have questions or built something cool? Comment below – let’s chat!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>showdev</category>
      <category>webscraping</category>
    </item>
  </channel>
</rss>
