[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

What's up /g/. So I have a plan to write a program which

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 5
Thread images: 1

File: cover.png (2MB, 1414x1414px)
cover.png
2MB, 1414x1414px
What's up /g/. So I have a plan to write a program which automatically rips music from YouTube, generates vaporwave/noise music from said samples, and posts the music to soundcloud/youtube/bandcamp. My question is what is the best way to do this? The process of creating music is done through scripts I have written in matlab, but what programming language should I look into if I want to interact with websites in the way I described?

q[y_, x1_, x2_] :=
2*x1*x2*y^2 + (x1^2*x2 + x1*x2^2 + x1 + x2)*y + 2*x1*x2;
p1 := D[q[y, x1, x2], x1];
p2 := D[q[y, x1, x2], x2];
pL := D[q[y, x1, x2], y];
p11 := D[D[q[y, x1, x2], x1], x1];
p22 := D[D[q[y, x1, x2], x2], x2];
p12 := D[D[q[y, x1, x2], x1], x2];
pL1 := D[D[q[y, x1, x2], x1], y];
pL2 := D[D[q[y, x1, x2], x2], y];
pLL := D[D[q[y, x1, x2], y], y];
>>
To download youtube videos use youtube-dl. Upload to youtube should be handled using youtube data api. Not sure about the other two though. At worst you can always script the browser to make all the clicky actions, http actions can be replicated too, just observe the traffic using something like fiddler.
>>
>>62317079
cont.

Just looked up, soundcloud too has an api
https://developers.soundcloud.com/docs/api/guide
Bandcamp api doesn't seem to include any upload behaviour, so you'll have to use either scripted browser behaviour or http requests as I said previously.
>>
>>62317079
thanks for youtube-dl. but what program do i use to execute that? python?
>>
>>62317127
What do you mean what program? Youtube-dl is an application, most languages allow you to execute existing applications and parse console output, so investigate that.
Thread posts: 5
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

If you need a post removed click on it's [Report] button and follow the instruction.
If you like this website please support us by donating with Bitcoin at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties. Posts and uploaded images are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that website. If you need information about a Poster - contact 4chan. This project is not affiliated in any way with 4chan.