Skip to content

padlavoine/getTwitterUserFromComment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getTwitterUserFromComment

This script get all @user account from a twitter post

How to use

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published