Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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>
- Host: GitHub
- URL: https://github.com/anuj-thakur-513/url-shortener-discord-bot
- Owner: anuj-thakur-513
- Created: 2024-04-16T05:30:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T11:45:38.000Z (9 months ago)
- Last Synced: 2024-11-15T05:32:13.952Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
## 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