Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhint/Telegram-URL-Upload

This is a telegram bot. It will upload your file to Telegram using the link
https://github.com/abhint/Telegram-URL-Upload

bot heroku pyrogram python telegram telegram-bot youtube youtube-dl

Last synced: 3 months ago
JSON representation

This is a telegram bot. It will upload your file to Telegram using the link

Awesome Lists containing this project

README

        

## Getting started

**This is a telegram bot. It will upload your file to Telegram using the link**

- **Installation**
```shell
$ git clone https://github.com/AbhijithNT/Telegram-URL-Upload.git
```
- **Change directory**
```shell
$ cd Telegram-URL-Upload
```
- **Virtual Environment** `Optional`
```shell
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
```
- **Install dependencies**
```shell
$ pip install -r requirements.txt
```
- **Run the Bot**
```shell
$ python -m bot
```
- **Require environment variables**
> Follow the links
1. `API_ID` and `API_HASH` [Telegram API](https://my.telegram.org/)
2. `BOT_TOKEN` [BotFather](https://telegram.me/BotFather)

## Heroku Deploy

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Built With

- [Pyrogram](https://github.com/pyrogram/pyrogram) - Telegram MTProto API Client Library and Framework
- [Youtube-dl](https://github.com/ytdl-org/youtube-dl) - Command-line program to download videos from YouTube.com and other video sites

## Contributing

Please read [CODE_OF_CONDUCT.md](https://github.com/AbhijithNT/Telegram-URL-Upload/blob/main/CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Authors
- **[Abhijith N T](https://github.com/AbhijithNT)** - _Initial work_

See also the list of [contributors](https://github.com/AbhijithNT/Telegram-URL-Upload/contributors) who participated in this project.

## Telegram Channel
Join the [News channel](https://telegram.me/AbhijithNT). Here we will post releases and updates.

## License

The Telegram-URL-Upload is licensed under the [MIT](https://github.com/AbhijithNT/Telegram-URL-Upload/blob/main/LICENSE) license.