Skip to content

kakajuro/osu-is-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osu-is bot

@osuisbot twitter account @osuisbot tweet

This twitter bot was created to randomly choose an adjective to describe the rhythm game osu. It tweets on 4 hour intervals.

Installation

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

Usage

Run index.js using node.

node index.js

Contributing

All pull requests are welcome

License

MIT

About

Repository for the osu-is twitter bot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published