Wildric-Auric / MidJourney-Wrapper

MidJourney wrapper in Discord.
Creative Commons Zero v1.0 Universal
695 stars 149 forks source link

Variation Remix #48

Open yslion opened 1 year ago

yslion commented 1 year ago

anybody try Variation Remix mod? I was suck on this mod . step 1 is same as normal Variation function , step 2 , when fill some additional prompt in popup and submit , there is an 'id' in 'data' item , like this data: {id: "1094988422625636472",

the web api called 'interaction' , i guess it maybe 'interaction.id' of midjourney bot . but how to get it ..

yuexdang commented 1 year ago

find it in developer tools image

yslion commented 1 year ago

find it in developer tools image

yes, I've got it in browser developer tool , but the bot script cant get this without browser opening ..

yuexdang commented 1 year ago

You plan to obtain this value through crawler, right? It seems that there is no particularly effective way to obtain this value fully automatic, because using the request with cookie will result in the account blocking discord's user checks are strict, there's almost no way to update them using a proxy, and these ids are hard to get if you plan on getting them automatically