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 測試專案
- Host: GitHub
- URL: https://github.com/igouist/demo.discordbot
- Owner: Igouist
- Created: 2021-07-09T14:23:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T05:38:58.000Z (about 3 years ago)
- Last Synced: 2025-07-02T00:47:33.240Z (about 1 year ago)
- Topics: anglesharp, discord-bot
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 測試用 Discord Bot

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

## 參考資料
- 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)