Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prgofficial committed Mar 6, 2021
1 parent fc1caeb commit 7a87063
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
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)


0 comments on commit 7a87063

Please sign in to comment.