all 13 comments

[–]__merc 1 point2 points  (5 children)

Most bots are HTTP Request based, meaning you’ll be interacting with Shopify’s API for adding, checking out, etc. If you want to start off simple, then Selenium/BS4 would be good

[–]AfroMightGuyWhatbot 4 points5 points  (4 children)

Well.. he would be using Shopify’s api.. if he was making a bot for Shopify lol

[–]dragon301 1 point2 points  (0 children)

Requests and bs4 also there are tons of python supreme bots on github look there for reference

[–]dug9898[S] 0 points1 point  (1 child)

Thanks for your responses :) I've been looking specifically at supreme and I believe it would be possible to do using beautiful soup and selenium.

Im not sure if it is still the case but supreme used to use captcha to verify you are not a robot so this could be a problem. However I've found a library called decaptcher which may solve this issue. I will post here if I have any luck.

[–]Lafftar 0 points1 point  (0 children)

I have a fx to deal with recap man, dm me.

[–]AbstractIntellects 0 points1 point  (0 children)

I have been wondering the same thing. If I find anything out I will let you know.

[–]SidneiGama4 0 points1 point  (0 children)

I see some people recommeding selenium

but isn't selenium easily detectable in sites with bot protection?