Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 418 Bytes

meekly

Small Twitter bot that tweets your top artists based on last.fm scrobbles from the last week.

installation

Run package.json to install dependencies by running:

npm install

last.fm parameters

Update the last.fm request uri with your usernanme and API key.

http://ws.audioscrobbler.com/2.0/?method=user.gettopartists&user=USERNAME&api_key=API_KEY&format=json&period=7day&limit=3