Download videos from YouTube with Telegram
Report Bug
Table of Contents
YtPeek is a Telegram bot that allows you to download videos in audio or video format
You can find a live demo here (might not be online all the time)
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/JMax45/ytpeek.git
- Install NPM packages
npm install
- Create an .env file with the following content:
BOT_TOKEN=bot token from @BotFather
- Build the source code
npm run build
You can launch the bot with npm start
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/MyFeature
) - Commit your Changes (
git commit -m 'Add MyFeature'
) - Push to the Branch (
git push origin feature/MyFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.