This script get all @user account from a twitter post
Edit index.js and set your bearer token and twitId to process
/** You can modify vars here **/
let maxResult = 100
let twitId = '' // Set ID of a twitter post
let outputFileName = './output.txt'
let bearer = '' // Set bearer token
/** End of vars to modify **/Use it:
npm install
node index.js