From 4531eed05877463fddb79fa35ff22160bd8f91a4 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 25 Jun 2021 02:36:02 +0530 Subject: fix spelling --- docs/feed.rss | 10 +++++----- docs/posts/2021-06-25-Blog2Twitter-P1.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/feed.rss b/docs/feed.rss index ec767e7..a54d96f 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ Navan's Archive Rare Tips, Tricks and Posts https://web.navan.dev/en - Fri, 25 Jun 2021 02:25:20 -0000 - Fri, 25 Jun 2021 02:25:20 -0000 + Fri, 25 Jun 2021 02:35:50 -0000 + Fri, 25 Jun 2021 02:35:50 -0000 250 @@ -74,7 +74,7 @@

Plan of Action

I recently shifted my website to a static site generator I wrote specifically for myself. -Thus, it should be easy to just add a feature into it to check for new posts, split the text into chunks for Twitter threads and post them on Twitter. +Thus, it should be easy to just add a feature to check for new posts, split the text into chunks for Twitter threads and tweet them. I am not handling lists or images right now.

Time to Code

@@ -131,9 +131,9 @@ I am not handling lists or images right now.

tweets.append(line) -

Every status update using tweepy has an id attached to it, for the next tweet in the thread, it add that ID while calling the function.

+

Every status update using tweepy has an id attached to it, for the next tweet in the thread, it adds that ID while calling the function.

-

For every tweet fragment, it also append 1/n.

+

For every tweet fragment, it also appends 1/n.

for idx, tweet in enumerate(tweets):
     tweet += " {}/{}".format(idx+1,len(tweets))
diff --git a/docs/posts/2021-06-25-Blog2Twitter-P1.html b/docs/posts/2021-06-25-Blog2Twitter-P1.html
index 7393f4b..e3d615f 100644
--- a/docs/posts/2021-06-25-Blog2Twitter-P1.html
+++ b/docs/posts/2021-06-25-Blog2Twitter-P1.html
@@ -28,7 +28,7 @@
 

Plan of Action

I recently shifted my website to a static site generator I wrote specifically for myself. -Thus, it should be easy to just add a feature into it to check for new posts, split the text into chunks for Twitter threads and post them on Twitter. +Thus, it should be easy to just add a feature to check for new posts, split the text into chunks for Twitter threads and tweet them. I am not handling lists or images right now.

Time to Code

@@ -85,9 +85,9 @@ I am not handling lists or images right now.

tweets.append(line)
-

Every status update using tweepy has an id attached to it, for the next tweet in the thread, it add that ID while calling the function.

+

Every status update using tweepy has an id attached to it, for the next tweet in the thread, it adds that ID while calling the function.

-

For every tweet fragment, it also append 1/n.

+

For every tweet fragment, it also appends 1/n.

for idx, tweet in enumerate(tweets):
     tweet += " {}/{}".format(idx+1,len(tweets))
-- 
cgit v1.2.3