From e1a9a5943990db19618af5a4ee4f675211f31491 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 14 Nov 2022 13:27:55 -0500 Subject: Bot now posts to Mastodon instead of Twitter --- sap.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sap.h') diff --git a/sap.h b/sap.h index 5288e57..44ece23 100644 --- a/sap.h +++ b/sap.h @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include "designer.h" #include "director.h" @@ -21,13 +21,15 @@ public: private: - void sendTweet(Magick::Image image) const; + void sendTweet(Magick::Image image, const std::string& text) const; std::mt19937& rng_; - std::unique_ptr client_; + std::unique_ptr instance_; + std::unique_ptr connection_; rawr kgramstats_; std::unique_ptr layout_; std::unique_ptr director_; + std::string tempfile_; }; -- cgit 1.4.1