https://github.com/joeydotdev/github-spotify-song-status
Share what you are currently listening to on Spotify on your Github Profile Status
https://github.com/joeydotdev/github-spotify-song-status
Last synced: 3 months ago
JSON representation
Share what you are currently listening to on Spotify on your Github Profile Status
- Host: GitHub
- URL: https://github.com/joeydotdev/github-spotify-song-status
- Owner: joeydotdev
- Created: 2022-12-17T01:59:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T02:00:10.000Z (over 2 years ago)
- Last Synced: 2025-01-13T16:29:59.782Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.bops.fm
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Spotify Song Status
Share what you are currently listening to on Spotify on your Github Profile Status
---
## Setup
1. Clone project
2. Obtain your bops.fm API token (reach out to me if you want early access!)
3. Setup `.env` file with `BEARER_TOKEN` and `GITHUB_ACCESS_TOKEN`
4. Run `npm install`, then `node index.js` (ideally you set this up on a cronjob on a server!)### Example cron:
`* * * * * cd /root/github-spotify-song-status/ && node index.js > /dev/null 2>&1`## Useful links:
[bops.fm](https://www.bops.fm/)[github.com/settings/tokens](https://github.com/settings/tokens)