Top100
Your Personal Movie List (C++17 CLI + library)
Loading...
Searching...
No Matches
posting.cpp File Reference

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>
Include dependency graph for posting.cpp:

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)
 

Detailed Description

Compose post bodies and dispatch to social services with limits.