Last active
February 2, 2023 05:51
-
-
Save natematias/42a3fe75ed568402b7cddea2388af707 to your computer and use it in GitHub Desktop.
Twitter Farewell Announcement (using Cheap Bots Done Quick)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"//ABOUT THIS FILE": "This is a configuration file for a repeating Twitter farewell message that uses cheapbotsdonequick.com. To set it up, I logged into CheapBotsDoneQuick with my Twitter account, pasted this configuration file into the box, and set the announcement for twice daily. The site will now auto-post in perpituity until one of the systems goes down or my account is banned from Twitter.", | |
"origin": [ | |
" I have left Twitter, due to the the dismantling of the platform's safety & security capacity.\n\n Find me on Mastodon, LinkedIn, or sign up for email updates: https://natematias.com/updates/ \n\n Thanks for #noun#, #people#. \n\nThis message repeats." | |
], | |
"noun": [ | |
"all the support and love", | |
"great conversations", | |
"all the inspiration", | |
"so many great discussions", | |
"all the encouragement", | |
"all the ideas / critique", | |
"all the gifs", | |
"sharing your brilliance", | |
"being awesome" | |
], | |
"people": [ | |
"& see you elsewhere", | |
"you amazing network", | |
"everyone", | |
"we will never lose that", | |
"& keep in touch" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment