Drumbot loves drum machines so much that she made an API dedicated to them.
Miscord also loves music, but she isn't very good when it comes to creating music patterns.
So, @tilda has made an API wrapper for Python for Miscord and Drumbot to work together!
In the nature of open-source, installation of this API wrapper is obviously permitted, but we really see no point why would someone want to use this.
Just install like you would any other source python package: python setup.py install
Drumbot's API has the following methods:
GET /drumbot/patterns
Returns the list of available patterns
GET /drumbot/patterns/{pattern-name}
Returns a pattern.
See the API documention for all the details!
Original drumbot is made by GitHub NoopsChallenge.
Drumbot-implementation is made by @tilda.
Miscord is made by the Utile Developers Team.