Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letsmakecakes/harmony
A Spotify client app for generating playlists based current billboard charts
https://github.com/letsmakecakes/harmony
go golang oauth2 spotify web-scraping
Last synced: 1 day ago
JSON representation
A Spotify client app for generating playlists based current billboard charts
- Host: GitHub
- URL: https://github.com/letsmakecakes/harmony
- Owner: letsmakecakes
- License: mit
- Created: 2024-03-21T15:45:52.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-08T17:10:31.000Z (7 months ago)
- Last Synced: 2024-05-16T06:59:55.406Z (6 months ago)
- Topics: go, golang, oauth2, spotify, web-scraping
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Harmony - A Spotify Client App for Generating Playlists from Billboard Charts
Harmony is a Spotify client application built using Golang. It automatically generates playlists based on current Billboard charts, providing users with up-to-date music recommendations.
## Features
- Fetches current Billboard chart data.
- Creates playlists on Spotify based on Billboard charts.
- Search and adds tracks to the generated playlists.## Usage
To use Harmony, follow these steps:
1. **Prerequisites**: Ensure you have Go (Golang) installed on your system.
2. **Installation**: Clone the repository and navigate to the project directory:
```bash
git clone https://github.com/yourusername/harmony.git
cd harmony
```3. **Set up Spotify Developer Credentials**: Follow the instructions in `spotifyclient/README.md` to set up your Spotify Developer credentials.
4. **Build the Project**: Run the following command to build the project:
```bash
go build
```5. **Run Harmony**: Execute Harmony to generate a playlist based on the current Billboard Hot 100 chart:
```bash
./harmony
```This command initiates the process of fetching Billboard chart data, creating a Spotify playlist titled "Billboard Hot 100", and adding tracks to it.
## Contributing
Contributions are welcome! If you have suggestions, enhancements, or bug fixes, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.