Hi - working on setting up the bot following your directions. Seems to be mostly working, but there's some kind of hiccup about the 'id' parameter that I can't quite sort out. I'm getting this kind of message every time the bot tries a retweet:
(>ლ) ERRORDERP: Retweet!
(͡°͜ʖ͡°) SUCCESS: RT: In efforts to augment the impact investment ecosystem in #Pakistan and introduce #SDGs-aligned financing, @UNDP wil… https://t.co/UJmKKdjUfu RANDO ID: 13
@('_')@ ERRORDERP: Retweet!
ʕʘ̅͜ʘ̅ʔ SUCCESS: RT: RT @bgyouthdelegate: Start of our campaign "Sport for Development"! It will focus on the various ways sport contributes to sustainable deve… RANDO ID: 12
Unhandled rejection Error: Twit: Params object is missing a required parameter for this request: id
at /home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/helpers.js:39:13
at RegExp.[Symbol.replace] (native)
at RegExp.[Symbol.replace] (native)
at String.replace (native)
at Object.exports.moveParamsIntoPath (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/helpers.js:35:15)
at Twitter._buildReqOpts (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:211:20)
at /home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:92:10
at Promise._execute (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/bluebird/js/release/debuggability.js:303:9)
at Promise._resolveFromExecutor (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/bluebird/js/release/promise.js:483:18)
at new Promise (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/bluebird/js/release/promise.js:79:10)
at Twitter.request (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:84:10)
at Twitter.post (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:68:15)
at bot.get (/home/ec2-user/environment/twitter-bot-bootstrap/src/api/retweet.js:35:13)
at /home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:125:13
at onRequestComplete (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:336:5)
at Request.<anonymous> (/home/ec2-user/environment/twitter-bot-bootstrap/node_modules/twit/lib/twitter.js:348:7)