An open API service indexing awesome lists of open source software.

https://github.com/igouist/demo.discordbot

Discord Bot 測試專案
https://github.com/igouist/demo.discordbot

anglesharp discord-bot

Last synced: about 1 year ago
JSON representation

Discord Bot 測試專案

Awesome Lists containing this project

README

          

# 測試用 Discord Bot

![](https://i.imgur.com/FAYFPrz.png)

想到什麼就加什麼試試看的無情測試機器,現在只有喊神秘數字就給資訊的小功能。

![](https://i.imgur.com/sc13Gb1.png)

## 參考資料

- Discord Bot 申請
- [【用 JS 寫一個 Discord Bot!】01 建立機器人 - 一顆藍莓](https://b-l-u-e-b-e-r-r-y.github.io/post/DiscordBot01/)
- 使用 DSharpPlus 和 Discord Bot 互動
- [Your First Bot - DSharpPlus](https://dsharpplus.github.io/articles/basics/bot_account.html)
- [Discord Bot 開發筆記,使用 DSharpPlus](https://home.gamer.com.tw/creationDetail.php?sn=4724360)
- 使用 AngleSharp 到 Yahoo 股市抓指定股票資訊
- [用 .NET Core 做網頁爬蟲抓取資料 - 使用 HttpClicent 與 AngleSharp - 長庚的作業簿](https://dannyliu.me/%E7%94%A8-net-core%E5%81%9A%E7%B6%B2%E9%A0%81%E7%88%AC%E8%9F%B2%E6%8A%93%E5%8F%96%E8%B3%87%E6%96%99-%E4%BD%BF%E7%94%A8httpclicent%E8%88%87anglesharp/)
- [輕鬆學會 Python 網頁爬蟲與 MySQL 資料庫的整合方式 - LEARN CODE WITH MIKE](https://www.learncodewithmike.com/2020/08/python-scraper-integrate-with-mysql.html)
- 主控台應用程式使用 DI
- [在 .NET Core 主控台應用程式中使用內建的依賴注入 - POY CHANG](https://blog.poychang.net/dotnet-core-console-app-with-dependency-injection/)
- AppSettings.json
- [如何讀取 AppSettings.json 組態設定檔 - 余小章@大內殿堂](https://dotblogs.com.tw/yc421206/2020/06/28/how_to_read_config_appsettings_json_via_net_core_31)