Skip to content

Instantly share code, notes, and snippets.

@tdnvl
Created October 31, 2020 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdnvl/af02bf8485ceea3c864df28a7b0beddc to your computer and use it in GitHub Desktop.
Save tdnvl/af02bf8485ceea3c864df28a7b0beddc to your computer and use it in GitHub Desktop.
Example JSON file for Twitter Thread Scheduler
{
"start": "2019-09-14T20:00:00",
"tweets": [{
"text": "Something"
},
{
"text": "Something",
"offset": 60
},
{
"text": "Tweet\nwith\nnewlines",
"offset": 3,
"media": "path/to/pic/or/video"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment