Giter Club home page Giter Club logo

yalb's Introduction

Yet Another Last.fm Bot

YALB (or Yet Another Music Bot) will be a Discord music bot made with Last.fm scrobbling in mind.

Why?

I noticed that none of the popular music bots on Discord have any sort of scrobbling feature so I decided to make one that scrobbles myself.

TODO

  • Last.fm account integration
    • Last.fm API
      • Extremely basic API integration
    • Last.fm login
    • Last.fm stats commands
    • Automatic scrobbling for users in the voice channel who have linked their Last.fm accounts
      • Make it opt-in/easily togglable
  • Music playback in Discord voice channels
    • Queue system
      • Decide on the queue system database (maybe store it in the memory, I don't care about scalability this bot isn't gonna be on many servers most likely, although it is a good idea to future proof for anything so I don't know)
    • Better integration with asyncio in some of the methods
    • Custom discord.py VoiceClient to better track everything (also might take care of the previous TODO/TODOs)
    • youtube-dl integration
  • Better help command that integrates with discord.py's ext.commands better
  • Improved performance (might require a rewrite considering how fucking awful my code is)
  • Terrible and simple module system for improved maintainability and rewritability
    • Make the module system actually good
  • Try to focus and actually make a good TODO list
  • Have no fucking clue what you're doing

yalb's People

Contributors

fantoro avatar

Stargazers

 avatar

Watchers

 avatar  avatar

yalb's Issues

The module system breaks with 2 or more modules.

The module "system" seems to go into a short loop before running into an exception and leaving the Core module unloaded with 2 or more modules.

Seems to happen because core.teardown(...) has a short amount of time to finish doing everything before discord.py kills and fully unloads the extension and with 2 or more modules it just doesn't have enough time to unload all of them.

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.