Telegram Grabber Bot - Cryptoscan
Telegram Grabber Bot is a Telegram bot that allows you to manage multiple Telegram accounts and scrape data from Telegram channels
Current Price: $900 Contacts: https://t.me/dan_cryptoscan
What you get:
Free setup into your hosting
Free help to integrate app to your server
Full access to the codebase and code updates
Free updates for app, you can request for free updates via access to issues
Full access to Project Time tracking by developers
Features
Add and manage multiple Telegram accounts
Scrape messages, media, and other data from Telegram channels
Blacklist specific users or messages
Logging and error handling
Installation
Clone the repository:
Install dependencies:
Create a
.env
file in the project root and add your Telegram bot token:Build the project:
Start the bot:
Docker
A Dockerfile is provided to run the bot in a Docker container. You can use the provided Makefile commands to build, run, stop, remove, and clean the Docker image and container:
Build the Docker image:
Run the Docker container:
Stop the Docker container:
Remove the Docker container:
Clean up the Docker image:
Usage
Start the bot by sending the
/start
command to your Telegram bot.Use the inline buttons to add a new Telegram session, delete a session, or list all active sessions.
When adding a new session, you'll be prompted to enter the session ID, admin string, and channels to parse.
The bot will automatically start scraping data from the configured Telegram channels.
You can blacklist specific users or messages by sending the
/set_blacklist
command and entering a comma-separated list of blacklisted items.
Last updated