Giter Site home page Giter Site logo

spotify-tracks-archiver-action's Introduction

spotify-tracks-archiver-action V1.0.2

pre-commit.ci status

A GitHub action to run spotify-tracks-archiver

Use this action

name: Backup Spotify "Saved Songs" library

on:
  schedule:
        - cron: 0 4 * * 6
  workflow_dispatch:

jobs:
  pre-commit:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: actions/setup-python@v3
    - uses: keller00/[email protected]
      with:
        output-file: library.json
      env:
        CLIENT_ID: ${{ secrets.CLIENT_ID }}
        CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
        REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}

This does the following:

  1. Checks out your repository to commit the JSON file to.
  2. It sets up the newest availabe Python 3 (spotify_tracks_archiver requires Python 3.9, or newer).
  3. Executes spotify_tracks_archiver.

This example sets up this job to run once a week.

spotify-tracks-archiver-action's People

Contributors

keller00 avatar pre-commit-ci[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

spotify-tracks-archiver-action's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.