abhishekjnvk / telegram-channel-downloader

Open Source Node.js script that simplifies scraping media files and messages from Telegram channels, groups, or users, facilitating offline access and storage of images, videos, and documents
79 stars 15 forks source link

help this noob please #8

Closed SphinxRa40 closed 3 months ago

SphinxRa40 commented 3 months ago

Hi,

i am stuck on step 1 :/ I have made Telegram API and all but CMD and terminal I have no clue 'Run the Script: Open your terminal or command prompt and navigate to the directory where the Telegram Channel Downloader is located. Run the following command to start the script:'

I know what CMD is but what do you mean by 'terminal' like in Python terminal?! Also, no idea what 'script' I need to start first

abhishekjnvk commented 3 months ago

Hi @SphinxRa40, I guess you are using window. you can use cmd to run the script. step 1: navigate to folder where you have downloaded the script step 2: configure config file as mentioned in readme step 3: run command node index.js step 4: login using your mobile number inculding country code follow on screen command to download chats and media

SphinxRa40 commented 3 months ago

Hi,

Thanks for the reply, the config file I already changed, and yes I am W10, when following your steps from step 3 I get this:

D:! TELEGRAM\telegram-channel-downloader-main>node index.js node:internal/modules/cjs/loader:1189 throw err; ^

Error: Cannot find module 'readline-sync' Require stack:

abhishekjnvk commented 3 months ago

Hi @SphinxRa40, Please run npm install before running node index.js

SphinxRa40 commented 3 months ago

Hi, Thank you! downloading now, thanks for the help ^

abhishekjnvk commented 3 months ago

You're welcome! @SphinxRa40