Bot that you can use to send tweets to your profile.
Instaler package.json:
npm init --y
Instaler Twitter library:
npm install twitter
or
npm i twitter
Create a Twitter App in https://developer.twitter.com/en/apps to get API key and access token
Find the api key and access token Click in Keys and Tokens:
consumer_key:'your consumer key'
consumer_secret:'your consumer secret'
Generate Token down, click on generate:
access_token_key:'your access token'
access_token_secret:'your access token secret'
As a last step, run the code.
node server.js
Don't show your API key and access token!