Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mason-dino/song-of-the-day
- Owner: Mason-Dino
- Created: 2023-12-06T23:45:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T15:43:46.000Z (10 months ago)
- Last Synced: 2024-05-31T16:56:30.389Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.batLunix:
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!