文件名称:geecxx:用 C++11 编写的 IRC 机器人
文件大小:58KB
文件格式:ZIP
更新时间:2024-06-18 19:14:48
C++
极客
用 C++11 编写的 IRC 机器人。
主要目标:URL 检测和网页标题检索。
建造
这个项目使用 CMake 作为它的构建系统。
$ git clone --recursive https://github.com/romainletendart/geecxx.git
$ cd geecxx
$ mkdir build && cd build
$ cmake ..
$ make
$ make install
之后,您应该得到一个名为geecxx的可执行文件。
用法
geecxx [options]
【文件预览】:
geecxx-master
----src()
--------connection.cpp(4KB)
--------stringutils.cpp(5KB)
--------webinforetriever.h(5KB)
--------bot.h(3KB)
--------globalconfig.h.in(2KB)
--------configurationprovider.cpp(4KB)
--------loggerconfig.h.in(2KB)
--------connection.h(2KB)
--------stringutils.h(4KB)
--------urlhistorymanager.h(4KB)
--------webinforetriever.cpp(7KB)
--------urlhistorymanager.cpp(5KB)
--------bot.cpp(9KB)
--------htmlentitieshelper.cpp(69KB)
--------logger.cpp(3KB)
--------main.cpp(2KB)
--------logger.h(2KB)
--------configurationprovider.h(3KB)
--------htmlentitieshelper.h(2KB)
--------CMakeLists.txt(2KB)
----external()
--------ca-bundle()
----LICENSE(1KB)
----.gitmodules(107B)
----README.md(859B)
----tests()
--------urlhistorymanagertest.h(2KB)
--------connectiontest.h(2KB)
--------testconfig.h.in(1KB)
--------main.cpp(2KB)
--------connectiontest.cpp(2KB)
--------urlhistorymanagertest.cpp(7KB)
--------CMakeLists.txt(2KB)
----AUTHORS(66B)
----CMakeLists.txt(3KB)