class NoBullshitBot::CobaltAPI

Defined in:

cobalt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(base_url : String = "co.wuk.sh") #

[View source]

Instance Method Detail

def download_video(url : String | URI) : File #

This will return a tempfile in order to be read by the Telegram Bot. It's the job of the Caller to delete the tempfile.


[View source]
def handle_stream(inp) : File #

[View source]