-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc1caeb
commit 7a87063
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,61 @@ | ||
# Streams Extractor Bot | ||
|
||
<p align="center"> | ||
<a href="https://www.python.org"> | ||
<img src="http://ForTheBadge.com/images/badges/made-with-python.svg"> | ||
|
||
</a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://github.com/TroJanzHEX/Streams-Extractor/stargazers"> | ||
<img src="https://img.shields.io/github/stars/TroJanzHEX/Streams-Extractor?style=social"> | ||
|
||
</a> | ||
|
||
<a href="https://github.com/TroJanzHEX/Streams-Extractor/fork"> | ||
<img src="https://img.shields.io/github/forks/TroJanzHEX/Streams-Extractor?label=Fork&style=social"> | ||
|
||
</a> | ||
</p> | ||
|
||
[![TroJanz](https://img.shields.io/badge/TroJanzHEX-Channel-orange?style=for-the-badge&logo=telegram)](https://telegram.dog/TroJanzHEX) | ||
ㅤㅤㅤㅤㅤㅤㅤ | ||
[![TroJanz](https://img.shields.io/badge/TroJanzHEX-Support-red?style=flat&logo=telegram)](https://telegram.dog/TroJanzSupport) [![TroJanz](https://img.shields.io/badge/TroJanzHEX-Website-red?style=flat&logo=CodersRank)](https://TroJanzHEX.me) | ||
ㅤㅤㅤㅤㅤㅤㅤ | ||
[![MIT license](https://img.shields.io/badge/License-MIT-blue?style=flat)](https://github.com/TroJanzHEX/Streams-Extractor/blob/main/COPYING) [![Open Source](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/TroJanzHEX/Streams-Extractor) | ||
|
||
|
||
#### This Bot can extract audios and subtitles from video files. | ||
#### Send any valid video file and the bot shows you available streams in it that can be extracted!! | ||
|
||
## Any bugs or errors or suggestions, report at [TroJanzSupport](https://telegram.dog/TroJanzSupport) | ||
|
||
|
||
## Installation | ||
|
||
### Deploy to Heroku | ||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Streams-Extractor) | ||
|
||
### Deploy in your vps | ||
```sh | ||
git clone https://github.com/TroJanzHEX/Streams-Extractor | ||
cd Streams-Extractor | ||
pip3 install -r requirements.txt | ||
# <Create config.py appropriately> | ||
python3 main.py | ||
``` | ||
|
||
## Configs | ||
|
||
* BOT_TOKEN - Get bot token from @BotFather | ||
|
||
* APP_ID - From my.telegram.org (or @UseTGXBot) | ||
|
||
* API_HASH - From my.telegram.org (or @UseTGXBot) | ||
|
||
|
||
## Credits | ||
|
||
[![TroJanz](https://img.shields.io/badge/Pyrogram%20-%23F37626.svg?&style=for-the-badge&logo=telegram&logoColor=white)](https://github.com/pyrogram/pyrogram) | ||
|
||
|