SklavaBot 0.1.0
Telegram Bot in C++
|
#include <boost/date_time/posix_time/conversion.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <curl/curl.h>
#include <iostream>
#include <string>
#include "utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | tools |
Functions | |
size_t | tools::writeFunction (void *ptr, size_t size, size_t nmemb, std::string *data) |
Write function for CURL. | |
std::string | tools::getMetar (std::string ICAO) |
Get METAR information from stations. | |