Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhint/Telegram-URL-Upload
- Owner: abhint
- License: mit
- Created: 2021-12-06T14:38:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T05:54:19.000Z (about 2 years ago)
- Last Synced: 2024-06-28T17:48:01.036Z (4 months ago)
- Topics: bot, heroku, pyrogram, python, telegram, telegram-bot, youtube, youtube-dl
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 10
- Watchers: 1
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.