Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatsinewave/discord-invite-checker
Simple utility with a web interface that allows you to check any discord invite with Discord's API.
https://github.com/thatsinewave/discord-invite-checker
discord discord-api discord-invite discord-js discordbot discordpy good-first-contribution good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project good-practices html html-css html-css-javascript html5 javascript javascript-library thatsinewave
Last synced: 3 days ago
JSON representation
Simple utility with a web interface that allows you to check any discord invite with Discord's API.
- Host: GitHub
- URL: https://github.com/thatsinewave/discord-invite-checker
- Owner: ThatSINEWAVE
- License: mit
- Created: 2024-05-02T09:43:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T09:07:05.000Z (6 months ago)
- Last Synced: 2024-05-20T10:28:39.070Z (6 months ago)
- Topics: discord, discord-api, discord-invite, discord-js, discordbot, discordpy, good-first-contribution, good-first-issue, good-first-issues, good-first-pr, good-first-pr-first-contribution, good-first-project, good-practices, html, html-css, html-css-javascript, html5, javascript, javascript-library, thatsinewave
- Language: JavaScript
- Homepage: https://thatsinewave.github.io/Discord-Invite-Checker/
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Discord Invite Checker](https://thatsinewave.github.io/Discord-Invite-Checker)
This repository contains a simple web interface that allows users to input a Discord invite link and retrieve information about the associated server.
## Features
- Retrieves various details about the Discord server, including server name, description, icon, banner, splash, invite type, expiration date, guild ID, channel ID, channel type, channel name, premium subscription count, NSFW status, NSFW level, vanity URL code, verification level, and server features.
- Allows users to copy the retrieved information to the clipboard for easy sharing or reference.## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)
## Usage
To use the Discord Invite Checker:
1. Open the [website](https://thatsinewave.github.io/Discord-Invite-Checker/) in a web browser.
2. Input a Discord invite link into the provided text field.
3. Click on the "Get Invite Info" button.
4. View the retrieved information about the Discord server.## File Structure
- `index.html`: Contains the HTML structure of the web interface.
- `styles.css`: Contains the CSS styles for the web interface.
- `script.js`: Contains the JavaScript code for fetching Discord invite information and rendering it on the web page.## How It Works
The web interface utilizes the Discord API to fetch information about the provided invite link. It then dynamically renders the retrieved information on the web page using JavaScript.
## [Join my discord server](https://discord.gg/2nHHHBWNDw)
## Contributing
Your contributions are welcome! Whether it's adding new features, improving the UI, or reporting bugs, please feel free to fork this repository and submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).