A Telegram bot that can clone a GitHub repository, zip the files, and share the zip file on Telegram.
- Clone or download this repository.
- Navigate to the project directory.
- Run the following command to install the required dependencies:
npm install
- node-telegram-bot-api: Used to interact with the Telegram Bot API.
- simple-git: Used to clone the GitHub repository.
- archiver: Used to create a ZIP archive of the cloned files.
- axios: Used for HTTP requests.
This project was created by Harshit Sharma. For more information and updates, please visit the GitHub repository.