{"id":17919476,"url":"https://github.com/stanriders/den0bot","last_synced_at":"2026-03-09T18:41:20.664Z","repository":{"id":87365556,"uuid":"96639725","full_name":"stanriders/den0bot","owner":"stanriders","description":"den0bot - osu!-related telegram chat bot","archived":false,"fork":false,"pushed_at":"2024-08-23T11:29:10.000Z","size":703,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-23T12:43:49.696Z","etag":null,"topics":["bot","osu","ppy","telegram"],"latest_commit_sha":null,"homepage":"http://kikoe.ru/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stanriders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-08T19:29:06.000Z","updated_at":"2024-08-23T11:29:13.000Z","dependencies_parsed_at":"2024-02-03T12:23:44.803Z","dependency_job_id":"d4b8c779-a625-49a7-b664-971c3076197d","html_url":"https://github.com/stanriders/den0bot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanriders%2Fden0bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanriders%2Fden0bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanriders%2Fden0bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanriders%2Fden0bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stanriders","download_url":"https://codeload.github.com/stanriders/den0bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221925377,"owners_count":16902687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","osu","ppy","telegram"],"created_at":"2024-10-28T20:16:56.237Z","updated_at":"2026-03-09T18:41:15.636Z","avatar_url":"https://github.com/stanriders.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"den0bot - osu!-related telegram chat bot\n==============\n[![Build status](https://ci.appveyor.com/api/projects/status/113qhc1dsm4q5c3p?svg=true)](https://ci.appveyor.com/project/stanriders/den0bot) [![CodeFactor](https://www.codefactor.io/repository/github/stanriders/den0bot/badge)](https://www.codefactor.io/repository/github/stanriders/den0bot)\n\nUses [Telegram.Bot](https://github.com/TelegramBots/telegram.bot), [SQLite-net](https://github.com/praeclarum/sqlite-net), [Newtonsoft.Json](https://www.newtonsoft.com/json), [OppaiSharp](https://github.com/stanriders/OppaiSharp), [xFFmpeg.NET](https://github.com/cmxl/FFmpeg.NET), [Highcharts](https://highcharts.com/).\n\n# Configuring\nEmpty config will generate near the app with the name `config.json`.\n```\n{\n  /* Requiured */\n  /* list of modules to use */\n  \"Modules\": [\n    \"ModBasicCommands\"\n  ],\n\n  /* Telegram bot token, can be obtained on https://telegram.me/botfather */\n  \"TelegamToken\": \"123:abc\",\n\n  /* Bot owner username */\n  \"OwnerUsername\": \"StanRiders\",\n\n  /* Optional */\n  /* enables sending random strings instead of commands sometimes (strings can be set in locale file) */\n  \"UseEvents\": false,\n\n  /* Cat API token, can be obtained on https://thecatapi.com/signup */\n  \"CatToken\": \"\"\n}\n```\n\n# Installing modules\nModule files must be placed into `./Modules` folder, module config will generate in the same folder with `modulename.json`.\n\n# Built-in Modules\n * ModAnalytics: Saves various message data into the sqlite database.\n * ModBasicCommands: Self-explanatory.\n * ModCat: Sends random cat image when it finds \"cat\" in a message.\n * ModGirls: Stores every picture sent with a tag, sends random pictures from DB with voting buttons.\n * ModRandom: Various rng-based commands.\n * ModSanta: Secret santa handling.\n * ModShmalala: Generates messages using Markov chain.\n * ModThread: Returns thread link and messages from 2ch.hk.\n  \n---\n\n# Modules.Osu\n * ModBeatmap: Finds osu.ppy.sh/b/ID in messages and returns map info with PP values.\n * ModMaplist: Sends random map from a google spreadsheet.\n * ModMatchFollow: Sends updates about ongoing multiplayer match.\n * ModProfile: Finds osu.ppy.sh/u/ID in messages and returns player info and topscores.\n * ModRecentScores: Returns player's recent/map scores with PP info.\n * ModYoutube: Checks youtube channel for new videos and sends them to every chat that enabled subscription.\n\n ## Configuring\nEmpty config will generate in the `Modules` directory with the name `osuconfig.json`.\n```\n{\n  /* Requiured */\n  /* osu!API v1 token, can be obtained on https://osu.ppy.sh/p/api */\n  \"osuToken\": \"\",\n\n  /* osu!API v2 client ID, can be obtained on https://osu.ppy.sh/home/account/edit */\n  \"osuClientId\": \"\",\n\n  /* osu!API v2 client secret, can be obtained on https://osu.ppy.sh/home/account/edit */\n  \"osuClientSecret\": \"\",\n\n  /* Google API token, can be obtained on https://console.developers.google.com/apis/credentials */\n  \"GoogleAPIToken\": \"\",\n\n  /* Youtube channel for chat subscriptions */\n  \"YoutubeChannelId\": null,\n}\n```\n\n \n---\nVisual Studio 2019, .NET 5.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanriders%2Fden0bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanriders%2Fden0bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanriders%2Fden0bot/lists"}