Skip to content

netherlink117/yst-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yst-bot

This is a bot designed to run on a container, to download videos via telegram.

Features

Currently it can download only youtube shorts and tiktok videos, due the size limitation of the telegram api.

How to install

To install there are some requirements for containers, there are no other requirements than containers being able to run in the PC.

  1. Install docker desktop.
  2. Clone this repository. Or download the source as zip file and unzip.
mkdir st-bot
cd st-bot
git clone https://github.com/netherlink117/st-bot.git
  1. Create a data folder, then copy your token inside the data folder in a token.txt file. Optionally if you want the bot to work only for you, put your user names inside a users.txt file separated by the pipe character |.
st-bot
└── data
    ├── token.txt
    └── users.txt
  1. Create images and build to containers. This uses docker composer to create the container, and is the last step, this might take long depending the network speed and machine power, specially for the first time runing it.
docker-compose up -d --build

Now everything should be in place and the bot should asnswer to tiktok and youtube links.

Disclaimer

This project is in no way affiliated with, authorized, maintained or endorsed by Youtube, Tiktok, and any other trademark described or mentioned, or any of its affiliates or subsidiaries.

This is an independent and unofficial project, and the tools described are downloaded from they own sources and they are not included on this repository. Use at your own risk.

License

The code shared on this repository is shared under the The Unlicense license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors