0.0.4 • Published 6 years ago

telegramvideogetbot v0.0.4

Weekly downloads
-
License
Unilicence
Repository
github
Last release
6 years ago

GitHub release GitHub last commit GitHub top language GitHub code size in bytes CircleCI GitHub license GitHub issues GitHub forks GitHub stars Github All Releases Docker Pulls npm npm David node Join the chat at https://gitter.im/telegramvideogetbot/Lobby Twitter

Video_note download link bot for Telegram

Bot that drops the link to the media from telegram

Running the bot

The bot is designed to be used in self hosted environment, although no public facing server is required (the bot uses polling mechanism to get updates), you have to provide a valid bot token.

How to run Docker version

You can find the prebuilt Docker image here: nuxdie/telegramvideogetbot. It's ready to run like this:

docker run -e BOT_TOKEN=<your-telegram-bot-token-here> nuxdie/telegramvideogetbot:latest

How to run Node.js version

First clone this project or fork and then run:

npm install
BOT_TOKEN=<your-telegram-bot-token-here> npm start

Getting help

You can always open an issue or check gitter chat for more questions.

How to contribute to the project

See CONTRIBUTING.md for info on how you can contribute to the project.

Licence

TL;DR The project is in the public domain. Do what you want. For full licence see attached LICENCE file.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

1.0.0

6 years ago