Top100
Your Personal Movie List (C++17 CLI + library)
|
Compose post bodies and dispatch to social services with limits. More...
#include "posting.h"
#include "config.h"
#include "Movie.h"
#include "bluesky.h"
#include "mastodon.h"
#include <sstream>
#include <cpr/cpr.h>
Functions | |
std::string | composePostBody (const AppConfig &cfg, const Movie &m, size_t limit) |
bool | postMovieToBlueSky (const AppConfig &cfg, const Movie &m) |
bool | postMovieToMastodon (const AppConfig &cfg, const Movie &m) |
Compose post bodies and dispatch to social services with limits.