https://github.com/zyxdevs/multisafelinkbot
Make shorten url more easy
https://github.com/zyxdevs/multisafelinkbot
Last synced: 11 months ago
JSON representation
Make shorten url more easy
- Host: GitHub
- URL: https://github.com/zyxdevs/multisafelinkbot
- Owner: zYxDevs
- License: mit
- Created: 2022-04-07T08:07:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T09:19:39.000Z (over 3 years ago)
- Last Synced: 2025-07-18T14:55:31.804Z (11 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 6
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiSafelinkBot
Make short link by using many safelink API services.
### Installation
#### The Easy Way
[](https://heroku.com/deploy?template=https://github.com/zYxDevs/MultiSafelinkBot)
#### Local/VPS
See more...
Update your package
```
sudo apt update
```
Install requirements package
```
sudo apt install -y python3 pip git
```
Clone repo to local
```
git clone https://github.com/zYxDevs/MultiSafelinkBot && cd MultiSafelinkBot
```
Install bot requirements
```
pip install -r requirements.txt
```
Run the bot
```
python3 bot.py
```
##### Required Variables
* `BOT_TOKEN`: Create a bot using [@BotFather](https://telegram.dog/BotFather), and get the Telegram API token.
* `API_ID`: Get this value from [telegram.org](https://my.telegram.org/apps)
* `API_HASH`: Get this value from [telegram.org](https://my.telegram.org/apps)
* `AUTH_USERS`: Authorized users list
##### Have an Idea?
Tell me on [telegram](https://t.me/Yoga_CIC) or open an [issue](https://github.com/zYxDevs/MultiSafelinkBot/issues).
#### Copyright (c) 2022 by [@zYxDevs](https://github.com/zYxDevs)