Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mason-dino/song-of-the-day

Song of the Day is a simple flask application where you can search from the Spotify API and add a song of the day. You can also see your top 10 artiest and Songs from 1 Month, 6 Months, Lifetime
https://github.com/mason-dino/song-of-the-day

Last synced: about 2 months ago
JSON representation

Song of the Day is a simple flask application where you can search from the Spotify API and add a song of the day. You can also see your top 10 artiest and Songs from 1 Month, 6 Months, Lifetime

Awesome Lists containing this project

README

        

# Song of the Day

## History
At the beginning of 2023, I started a song of the day story on my Snapchat where I posted a song for that particle day based on my mood. And now here it is in December of 2023 still strong at it and I wanted to document it better so we are here making a project for it as a little side hustle.

## How To Download

1) Clone the github repository or download repository
```
git clone https://github.com/LegosAndStuff-Dev/Song-of-the-Day.git
```
![Dowload](https://github.com/LegosAndStuff-Dev/Song-of-the-Day/blob/main/download/readme/dowloadzip.png)

2) Find and open the repository
3) Make a venv
```
python -m venv /path/to/new/virtual/environment
```
4) Activate the new venv
```
Windows:
venvName/Scripts/actiave.bat

Lunix:
source venvName/Scripts/activate
```
5) Download all the requirements
```
pip install -r reqirements.txt
```
6) Make a .env file

It needs the include everything below
```
CLIENT_ID
SECRET
SCOPE
REDIRECT_URI
USERNAME
HOST
```

7) Now run the code. Everything should be working by name if it is not please make a "issue" to get it fixed asap

## Version

If you want to stay update with the version, if I remember to do it, go to version

## Questions

If you have any question please don't be afraid to ask!