https://github.com/DeepDiscord/DeepDiscord
Search Discord's "Deep Web" (work in progress)
https://github.com/DeepDiscord/DeepDiscord
Last synced: 1 day ago
JSON representation
Search Discord's "Deep Web" (work in progress)
- Host: GitHub
- URL: https://github.com/DeepDiscord/DeepDiscord
- Owner: DeepDiscord
- License: gpl-3.0
- Created: 2022-04-19T20:15:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T06:44:23.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T08:42:26.509Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 81.1 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - DeepDiscord/DeepDiscord - Search Discord's "Deep Web" (work in progress) (HTML)
README
# DeepDiscord
Search Discord's "Deep Web"
## Setting up the .env.txt file
Create a new .env.txt file in `bot/` by running `cp env.txt.example env.txt`. Edit this file by running and fill in the details. Here are what all of the details in the env mean:
* PORT - The port the web server will listen on
* TOKEN - The token for the Discord bot
* PRODUCTION - Should the site be in production or no
* SITE_URL - Domain of the website (example.com)
* PROTO - https or http, whichever one you use
* KEYS - API keys in JSON form (ex. `{"key1", "key2"}`)
* EMAIL - Your email (for contacts)## Notes
For some reason, I threw the .env.txt file in the bot folder. Sorry about this, should be fixed in a future release.