From 52aa46932c70a1626cf2f7277447440dcfccda40 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 25 Jun 2021 02:41:30 +0530 Subject: added result --- Content/posts/2021-06-25-Blog2Twitter-P1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Content') diff --git a/Content/posts/2021-06-25-Blog2Twitter-P1.md b/Content/posts/2021-06-25-Blog2Twitter-P1.md index 728e97a..f7723ab 100644 --- a/Content/posts/2021-06-25-Blog2Twitter-P1.md +++ b/Content/posts/2021-06-25-Blog2Twitter-P1.md @@ -92,6 +92,14 @@ Finally, it replies to the last tweet in the thread with the link of the post. api.update_status("Web Version: {}".format(post_link)) ``` +## Result + +

Posting Blog Posts as Twitter Threads Part 1/n

Why? Eh, no good reason, but should be fun.
Plan of Action

I recently shifted my website to a static site generator I wrote specifically for myself. 1/5

— Navan Chauhan (@navanchauhan) June 24, 2021
+ + +

Web Version: https://t.co/zROU1F5DYv

— Navan Chauhan (@navanchauhan) June 24, 2021
+ + ## What's Next? For the next part, I will try to append the code as well. -- cgit v1.2.3