資源簡介
net編寫的微信聊天機器人,實現了根據聊天內容自動回復
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?Newtonsoft.Json;
using?Newtonsoft.Json.Linq;
namespace?wxBot.NET
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????TulingWXBot?newbot?=?new?TulingWXBot();
????????????newbot.run();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\
?????文件?????????378??2017-02-04?17:11??wxBot.NET-master\.gitattributes
?????文件?????????649??2017-02-04?17:11??wxBot.NET-master\.gitignore
?????文件?????????519??2017-02-04?17:11??wxBot.NET-master\README.md
?????文件?????????917??2017-02-04?17:11??wxBot.NET-master\wxBot.NET.sln
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\
?????文件?????????187??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\App.config
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Config\
?????文件??????????16??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Config\conf.ini
?????文件??????108032??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Gma.QrCodeNet.Encoding.Net35.dll
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Libs\
?????文件??????108032??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Libs\Gma.QrCodeNet.Encoding.Net35.dll
?????文件??????510976??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Libs\Newtonsoft.Json.dll
?????文件??????510976??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Newtonsoft.Json.dll
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\ob
?????文件????????1482??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\ob
?????文件????????4718??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\ob
?????文件?????????382??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Program.cs
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Properties\
?????文件????????1356??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Properties\AssemblyInfo.cs
?????文件?????????477??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\SimpleWXbot.cs
?????文件????????3824??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\TulingWXBot.cs
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\
?????文件????????2607??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\Common.cs
?????文件????????2606??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\CommonRule.cs
?????文件????????5276??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\Http.cs
?????文件????????1534??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\IniHelper.cs
?????文件?????????182??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\Log.cs
?????文件????????6667??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\Utility\WebRule.cs
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\bin\
?????目錄???????????0??2017-02-04?17:11??wxBot.NET-master\wxBot.NET\bin\Debug\
............此處省略47個文件信息
評論
共有 條評論