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 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-08-16 07:27:46 -05:00
parent 4607c639e8
commit 95a00e3ac1
+1 -1
View File
@@ -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() {