Git Product home page Git Product logo

discord-spotter's Introduction

Spotter

Source code for a Discord bot built to notify you when a followed artist releases new music.

Setup

To set it up, you'll need to make a discord bot account and configure it, details of which can be found here: https://discordpy.readthedocs.io/en/stable/discord.html Once you've created the bot and joined it to your server, take the token and save it in a .env file as DISCORD_TOKEN=(token goes here). Then, you'll need to set up a developer account on Spotify and make an application; you can do this here: https://developer.spotify.com/dashboard/applications Once you've crated the developer account, take the client ID and client secret and save it in the same .env file as SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET. Then all you need to do is install requirements with pip install -r requirements.txt, run the bot with python3 spotter.py and you're ready to go!

Bot Use

The bot uses the command prefix >spot, and the currently available commands are sample, follow, unfollow, and info.

>spot sample will return a sampling of five tracks from a specified artist:

sample

>spot follow will follow a specified artist, checking every 8 hours for new releases and pinging you with a message once there is one:

follow

>spot unfollow will unfollow an artist you've followed.

>spot info will return the information about an artist that has at least 1 follower, to include latest release info and which users are following them:

info

discord-spotter's People

Contributors

nicholasmcelroy avatar

Watchers

 avatar

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.