Skip to content

Commit a9118c3

Browse files
committed
renamed main discord app folder
1 parent 5993b51 commit a9118c3

37 files changed

+31
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ tools/bot/cogs/__pycache__/help.cpython-39.pyc
2222
tools/bot/cogs/__pycache__/support.cpython-39.pyc
2323
tools/bot/bot_to_do_list.txt
2424
tools/bot/utils/__pycache__/decorators.cpython-39.pyc
25+
tools/monitor_app/.env
26+
tools/monitor_app/bot_to_do_list.txt
27+
tools/monitor_app/config/wordlist.json
28+
tools/statistics_app/.env

docs/pages/cda-monitor-app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h5 class="text-lg font-semibold text-indigo-600 mb-2">/support Command</h5>
285285
<!-- Features for Self-Hosters -->
286286
<div class="mb-8">
287287
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Features for Self-Hosters</h3>
288-
<p class="text-gray-600 mb-4">You can download the source code of the CDA Monitor App by visiting <a href="https://github.com/ThatSINEWAVE/CDA-Project/tree/main/tools/bot" class="text-indigo-400 hover:text-indigo-100" target="_blank">this section of the GitHub Repository</a>. </p>
288+
<p class="text-gray-600 mb-4">You can download the source code of the CDA Monitor App by visiting <a href="https://github.com/ThatSINEWAVE/CDA-Project/tree/main/tools/monitor_app" class="text-indigo-400 hover:text-indigo-100" target="_blank">this section of the GitHub Repository</a>. </p>
289289
<!-- Configuration Files -->
290290
<div class="mb-6">
291291
<h4 class="text-xl font-semibold text-indigo-600 mb-2">Configuration Files</h4>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/statistics_app/.env.example

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# URLSCAN.IO API TOKEN
2+
URLSCAN_API_TOKEN=TOKEN
3+
# URLSCAN.IO API RATE LIMIT
4+
URLSCAN_RATE_LIMIT=8
5+
6+
# IPINFO.IO API TOKEN
7+
IPINFO_API_TOKEN=TOKEN
8+
# IPINFO.IO API RATE LIMIT
9+
IPINFO_RATE_LIMIT=4
10+
11+
# VIRUSTOTAL API TOKEN
12+
VIRUSTOTAL_API_TOKEN=TOKEN
13+
# VIRUSTOTAL API RATE LIMIT
14+
VIRUSTOTAL_RATE_LIMIT=4
15+
16+
# DISCORD BOT TOKEN
17+
DISCORD_TOKEN=TOKEN
18+
# DISCORD BOT ID
19+
CLIENT_ID=ID
20+
# DISCORD API INVITES ENDPOINT RATE LIMIT
21+
DISCORD_INVITE_RATE_LIMIT=20
22+
# DISCORD API USERS ENDPOINT RATE LIMIT
23+
DISCORD_USERS_RATE_LIMIT=20
24+
25+
# DOMAIN FILTERS
26+
EXCLUDED_DOMAINS=UNKNOWN,discord.com,discord.gg,steamcommunity.com,funpay.com,mediafire.com,t.me,telegra.ph,telegram.com

0 commit comments

Comments
 (0)