Skip to content

Instantly share code, notes, and snippets.

//! SET YOUR TWITTER HANDLE IN THE NEXT LINE!
const yourTwitterHandle = "@XXXXXX";
//! days to keep tweets
const daysToKeep = 0;
// -------------------------------------------------------------------------------
// Random wait time between 0.5 and 1.5 seconds to avoid detection
const waitTimeSeconds = () => Math.random() + 0.5;