Skip to content

Instantly share code, notes, and snippets.

View Ayymoss's full-sized avatar
😄

Amos Ayymoss

😄
View GitHub Profile
@Ayymoss
Ayymoss / Program.cs
Created November 6, 2023 19:31
UntrackedTorrentTracker
using System.Text.Json;
using System.Text.Json.Serialization;
namespace UntrackedTorrents;
public class UntrackedTorrents
{
public static async Task Main()
{
var qBitTorrentClient = new QBitTorrentClient("http://10.10.1.7:8080", "<USER>", "<PASSWORD>");