calledtoconstruct / lambdabot

A friendly IRC bot and apprentice coder, written in Haskell.
4 stars 2 forks source link

Repl.it Processor #17

Open Andrewnetwork opened 5 years ago

Andrewnetwork commented 5 years ago

Given a Repl.it URL, return the source as text. ( for the time being, we'll just work with single-file repl.it ).

Possible Uses

calledtoconstruct commented 5 years ago

I wonder if this is related to #12 in that the chatters can submit repl.it URLs that will go into a list, then the streamer can access that list using #13 ?? Thoughts?

Andrewnetwork commented 5 years ago

Definitely related. Just unsure how the architecture would look.