From 95a00e3ac13d81eab45993c1a6c25438320fcf3e Mon Sep 17 00:00:00 2001 From: martbost Date: Sun, 16 Aug 2026 07:27:46 -0500 Subject: [PATCH] Update payout-tweet hashtags to #RMCircle #Polygon #SmartContract #Crypto #Community Matches the hashtags announced to the team (Zoom huddle). Also set live via admin config (tweetHashtags), effective immediately for the next payout tweet. Co-Authored-By: Claude Opus 4.8 --- tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweet.js b/tweet.js index b85c8f4..4f11c94 100644 --- a/tweet.js +++ b/tweet.js @@ -15,7 +15,7 @@ const MIN_GAP_MS = 2600; // ~23/min ceiling, under Blotato's 30/ const DATA_DIR = process.env.DATA_DIR || '.'; const TWEETED_FILE = path.join(DATA_DIR, 'tweeted-payouts.json'); const DEFAULT_CTA = 'https://rmcircle.team/?utm_source=x'; // new primary domain; short (Blotato counts raw URL length toward 280) -const DEFAULT_TAGS = '#CryptoTeamBuild #TheRMCircle #Polygon #Crypto #Web3'; +const DEFAULT_TAGS = '#RMCircle #Polygon #SmartContract #Crypto #Community'; const DEFAULT_TWITTER_ID = '7998'; // @cryptoteambuild in Blotato function readKey() {