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

https://github.com/fayasnoushad/url-shortner-bot

A link shortner telegram bot
https://github.com/fayasnoushad/url-shortner-bot

bot link pyrogram shortner telegram url

Last synced: 7 months ago
JSON representation

A link shortner telegram bot

Awesome Lists containing this project

README

          

# URL Shortner Bot
A url shortner telegram bot

---

## Variables

**Required:-**

- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather
- `DATABASE` Your MongoDB URL
- `BOT_OWNER` Bot Owner ID

**Not Required:-**

- `BITLY_API` [Bit.ly](https://bit.ly) api from [dev.bitly.com](https://dev.bitly.com)
- `CUTTLY_API` [Cutt.ly](https://cutt.ly) api from [cutt.ly/cuttly-api](https://cutt.ly/cuttly-api)
- `SHORTCM_API` [Short.cm](https://short.cm) api from [developers.short.io](https://developers.short.io)
- `GPLINKS_API` [GPLinks.in](https://gplinks.in) api from [gplinks.in/api](https://gplinks.in/api)
- `POST_API` [Po.st](https://po.st) api
- `OWLY_API` [Ow.ly](https://ow.ly) api

---