The Vocaloid Rankings Twitter Bot post Vocaloid music rankings from Niconico every hour.
It lets people discover the latest trending Vocaloid songs and help Vocaloid content creators to self-promote their songs to reach a wider audience.
- Create
secrets.json
undersrc
with your twitter app auth
{
"TWITTER_CONSUMER_KEY": "...",
"TWITTER_CONSUMER_SECRET": "...",
"TWITTER_ACCESS_TOKEN": "...",
"TWITTER_ACCESS_TOKEN_SECRET": "..."
}
- In
npm start
, change all occurance of~/Documents/vocaloid-rankings-twitter-bot/
to the cloned project directory - Create
logs
directory under project directory npm install
npm start