Git Product home page Git Product logo

musicbucket-bot's Introduction

MusicBucket Web

musicbucket

MusicBucket is a platform with an API consumed by MusicBucket Bot (https://github.com/paurieraf/musicbucket-bot/)

Its main functionality is to centralize the bot operations and also link the different accounts that an user can setup to take advantage of all the bot functionalities.

It also allows you to track and manage your bot interactions.

Check it out at https://musicbucket.net

Special thanks

  • To Sergio C. for the deployment operations.
  • To the Sonomada community and its group in Telegram (https://t.me/Sonomada_gang) where we use and test the bot actively and propose new features.

License

The content of this project is licensed under the GNU/GPLv3 license. See LICENSE file.

musicbucket-bot's People

Contributors

paurieraf avatar prieraapsl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

musicbucket-bot's Issues

Refactor musicbucket_bot.py

Refactor musicbucket_bot.py creating a class for every command and split large command methods into smaller ones

Search artists/albums/tracks

Add the possibility to search artists/albums/tracks using the Spotify API.

@music_bucket_bot [name] > display a list of results and add to the chat by clicking them

General refactor

  1. Create a bot module in app and move responser.py inside.
  2. Add a commands.py file and move in all the commands in bot.py

Revisar dependencias de node

La dependencia node-sass lanza dos warnings:

warning node-sass > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning node-sass > node-gyp > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

Habría que mirar de actualizar la dependencia y ver si se puede eliminar request, revisar el enlace que indica en el mensaje de error.

Refactor responser.py file

Refactor Responser class into smaller classes for every command and split the large response functions into smaller ones

Last.fm integration

  • Add the possibility to retrieve, with a command (/nowplaying [username] or similar) the track that a last.fm user is playing. If it's possible, send the Spotify link too.
  • Add the possibility to set the last.fm username to a specific telegram user.

Database restructuration

Create Artist and Album model and a foreign key from Link to both. Save both ids and some information like name and genres
This will allow to use /recommendations basing the query to both Artist and Album and not only Artist.

Then, it will be necessary to do a migration to retrieve the data from Spotify for every album and artist.

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.