This bot helps download videos from different platforms to your telegram app, and you can share videos directly from links.
Please before contributing read the following:
# install application dependencies
composer install
# copy example environment variables and change accordingly
cp .env.example .env
# run to generate a telegram command class
php artisan make:telegram-command
# run to generate download service for a supported platform
php artisan make:download-service
Make sure environment variable TELEGRAM_BOT_TOKEN is set. On every code change make sure to rerun command.
# this polls the telegram api for pending updates
php artisan poll:bot-updates
- YouTube
- Twitter (via a bot)
This project is licensed under the MIT License - see the LICENSE file for details
Appreciate all contributions and suggestions which would make this a more useful application for all Nim Lang users. Feel free to fork this repo, create a pull request and it will be reviewed and merged!