Skip to content

stevehind/find-good-tweets

Repository files navigation

Find good tweets

An app to your find a user's best recent tweets.

Setup

App assumes you have a .env file in your directory root formatted as:

TWITTER_API_KEY={key}
TWITTER_API_SECRET_KEY={key}
TWITTER_BEARER_TOKEN={token}
TWITTER_STEVEHIND_ACCESS_TOKEN={token}
TWITTER_STEVEHIND_ACCESS_TOKEN_SECRET={token}

You can find these in your twitter developer dashboard (good tutorial with more background).

Useful references