Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anuj-thakur-513/url-shortener-discord-bot

A discord bot which shortens the URL and shares the shortened URL with command: /shorten <url>
https://github.com/anuj-thakur-513/url-shortener-discord-bot

Last synced: 9 days ago
JSON representation

A discord bot which shortens the URL and shares the shortened URL with command: /shorten <url>

Awesome Lists containing this project

README

        

# URL Shortener Discord Bot

![](/github_assets/short-url-banner.png)

A Discord Bot which shortens the URL with /shorten command and returns the shortened URL.

Web Service Used for API Calls: [https://url-shortener-s2ns.onrender.com/welcome](https://url-shortener-s2ns.onrender.com/welcome)

GitHub Repo of the Web Service: [https://github.com/anuj-thakur-513/urL-Shortener/](https://github.com/anuj-thakur-513/urL-Shortener/)

## Running on
docker
aws

## Demo

https://github.com/anuj-thakur-513/URL-Shortener-Discord-Bot/assets/82753410/fc26f934-d6b4-4b23-8bf0-fb44b0ffc38d

## Discord Bot Functionality

![](/github_assets/Discord%20Bot%20Service.jpg)

## Directory Structure
```
.
├── Dockerfile
├── README.md
├── keys
│   └── url-shortener-discord-bot.pem
├── package-lock.json
├── package.json
└── src
├── commands
│   └── shorten.js
├── constants.js
├── index.js
└── utils
├── Embed.js
└── generateRequestInput.js
```

## Find this project useful ? ❤️

Support it by clicking the 🌟 button on the upper right of this page. ❤️

## Tech Stack

Node.js

Discord.js