/COVID-19_crawler

COVID-19 疫情动态爬虫

Primary LanguageC++MIT LicenseMIT

COVID-19_crawler

COVID-19 疫情动态爬虫

数据来源: 丁香园.

Requirements

  • a C++17 compatible compiler such as GCC or Clang.
  • CMake (recommended).
  • CPR, a simple C++ wrapper around libcurl.
  • nlohmann json, a C++ JSON parser.
  • sqlite3pp, a C++ wrapper of SQLite3 API.

Note

If your GCC version is under 9.1.0 (7.x, 8.x, etc.), you need to link libstdc++fs.a .