Use correct brand: #TheRMCircle and "The RM Circle team build"
Hashtag #RMCircle -> #TheRMCircle and CTA "Join The RM Circle team build" to match the brand (thermcircle.com). Longest render 273/280. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ const MIN_GAP_MS = 2600; // ~23/min ceiling, under Blotato's 30/
|
|||||||
const DATA_DIR = process.env.DATA_DIR || '.';
|
const DATA_DIR = process.env.DATA_DIR || '.';
|
||||||
const TWEETED_FILE = path.join(DATA_DIR, 'tweeted-payouts.json');
|
const TWEETED_FILE = path.join(DATA_DIR, 'tweeted-payouts.json');
|
||||||
const DEFAULT_CTA = 'https://rmcircle.saasy.top/?utm_source=x'; // short: Blotato counts raw URL length toward 280
|
const DEFAULT_CTA = 'https://rmcircle.saasy.top/?utm_source=x'; // short: Blotato counts raw URL length toward 280
|
||||||
const DEFAULT_TAGS = '#RMCircle #CryptoTeamBuild #Polygon #Crypto #Web3';
|
const DEFAULT_TAGS = '#TheRMCircle #CryptoTeamBuild #Polygon #Crypto #Web3';
|
||||||
const DEFAULT_TWITTER_ID = '7998'; // @cryptoteambuild in Blotato
|
const DEFAULT_TWITTER_ID = '7998'; // @cryptoteambuild in Blotato
|
||||||
|
|
||||||
function readKey() {
|
function readKey() {
|
||||||
@@ -67,7 +67,7 @@ function render(evt, cfg) {
|
|||||||
`💰 Cha-ching! Member #${evt.toId} earned ${pol} POL on-chain the second a new member came aboard — no waiting. 🚀`,
|
`💰 Cha-ching! Member #${evt.toId} earned ${pol} POL on-chain the second a new member came aboard — no waiting. 🚀`,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const head = `${body}\n\nJoin the RM Circle team build 👉 ${cta}`;
|
const head = `${body}\n\nJoin The RM Circle team build 👉 ${cta}`;
|
||||||
// Hard 280 guard (Blotato counts raw string length, no t.co shortening):
|
// Hard 280 guard (Blotato counts raw string length, no t.co shortening):
|
||||||
// keep body + CTA, drop hashtags first, then trim the body as a last resort.
|
// keep body + CTA, drop hashtags first, then trim the body as a last resort.
|
||||||
let out = `${head}\n\n${tags}`;
|
let out = `${head}\n\n${tags}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user