This twitter bot was created to randomly choose an adjective to describe the rhythm game osu. It tweets on 4 hour intervals.
Firstly, clone this repository.
git clone https://github.com/swishyy/osu-is-bot.git your-project-name
cd your-project-name
Install the packages using yarn or npm.
npm install
yarn
Populate a .env file with your API Keys and Access Tokens. (These can be obtained by applying for a twitter developer account here).
API_KEY=YOUR_API_KEY
API_SECRET=YOUR_API_SECRET
ACCESS_TOKEN=YOUR_ACCESS_TOKEN
ACCESS_TOKEN_SECRET=YOUR_ACCESS_TOKEN_SECRET
Run index.js using node.
node index.js
All pull requests are welcome