Skip to content

Instantly share code, notes, and snippets.

View Trojaner's full-sized avatar
🔨
Fixing stuff

Enes Sadık Özbek Trojaner

🔨
Fixing stuff
View GitHub Profile
@Trojaner
Trojaner / kara-audio.py
Last active June 7, 2024 17:43
kara-audio (GPL-3)
import argparse
import hashlib
import os
import platform
import signal
import site
import subprocess
import sys
from pathlib import Path
@Trojaner
Trojaner / DiscordFS_CLA_Agreement.md
Last active March 14, 2023 17:24
DiscordFS CLA Agreement

Contributor Agreement

Individual Contributor Exclusive License Agreement

Thank you for your interest in contributing to Enes Sadık Özbek's DiscordFS ("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at https://cla-assistant.io/Trojaner/DiscordFS.

How to use this Contributor Agreement

@Trojaner
Trojaner / OpenModCLAAgreement.md
Last active December 3, 2022 15:44
OpenMod CLA Agreement

Contributor Agreement

Individual Contributor Exclusive License Agreement

(including the Traditional Patent License OPTION)

Thank you for your interest in contributing to Enes Sadık Özbek's OpenMod ("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at https://cla-assistant.io/openmod/openmod.

@Trojaner
Trojaner / AbpDiscord.md
Last active March 14, 2022 19:09
Creating a Discord Bot with ABP Framework

What is Discord?

Discord is a popular chat and VoIP platform. In this article we will write a Discord bot that integrates with ABP. This way we can use ABP features such as unit of work, authorization, users, etc.

Note: this article expects that you already have a running ABP website and that the bot will complement it.

ABP has also just created it's own Discord server too. Don't forget join it!

Discord Integration Libraries for .NET

There are two popular unofficial Discord integration libraries for .NET: DSharpPlus and Discord.NET. We will use Discord .NET as it is modular and supports .NET Generic Host integration via a third party package.