Now you would have to deside on what auth you want
user - on a user account
app - on a app
user auth requires 4 keys, and this guide only follows user aut
app auth only require bearer_token
Go to keys and tokens and generate an access token and access token secret, these four alphanumeric string thingies are the reason we went through so much trouble of making a developer account and app.
consumer_key:β β,
consumer_secret:β β,
access_token:β β,
access_token_secret:β β
these are the needed fields for you bot to work!!