We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf07de commit 8169973Copy full SHA for 8169973
1 file changed
social_posters/mastodon.py
@@ -151,6 +151,12 @@ def _post_thread(
151
152
return status
153
154
+ """
155
+ Implement your own pipeline and consume it in a preview file
156
+ for debugging purposes
157
+ Here, we build a pipeline from AdoptablePet (upstream input)
158
+ -> Post -> Prepared Caption -> Caption Thread
159
160
def build_formatting_pipeline(
161
self,
162
pet: AdoptablePet,
@@ -177,6 +183,10 @@ def build_formatting_pipeline(
177
183
178
184
return pipeline
179
185
186
187
+ Pipeline for publishing a post where trace thrown away when actually publishing
188
+
189
180
190
def _format_caption_thread_with_trace(
181
191
182
192
post: Post,
0 commit comments