Helping developers who participate in #100DaysOfCode to engage on Twitter.
LevelDB
to give users daily encouragementThis bot manipulates tweets and streams by connecting to the
Twitter API via the twit
npm package. Please refer to the twit
documentation to make substantial
changes.
You can help by:
For any of the above, please create an issue so that it can be addressed. New to GitHub issues? You can familiarize yourself with them using GitHub's guide.
.env
file and add in your API keys and Twitter handle,
like so:TWITTER_CONSUMER_KEY=xxxxxxxxxxxxxxxxxxxxdMhxg
TWITTER_CONSUMER_SECRET=xxxxxxxxxxxxxxxxxxxxkFNNj1H107PFv1mvWwEM6CZH0fjymV
TWITTER_ACCESS_TOKEN=xxxxxxxxx-xxxxxxxxxxxxxxxxxxxxecKpi90bFhdsGG2N7iII
TWITTER_ACCESS_TOKEN_SECRET=xxxxxxxxxxxxxxxxxxxxZAU8wNKAPU8Qz2c0PhOo43cGO
QUERY_STRING=#someTestHashtag
TWITTER_USERNAME=YourTestTwitterAccountName
#someTestHashtag
to avoid spamming the community hashtag.npm/yarn test
to check all keys are available before you
start. :+1:npm run format
to
apply preferred formatting).BSD 3-Clause License
Copyright (c) 2018 - Present, freeCodeCamp. All rights reserved.