SneakerBotTutorials
SneakerBotTutorials copied to clipboard
Open Source SneakerBot created as a supplement to my "Creating a Sneaker Bot in Python" Youtube Series
After the most recent update, when i try to run app.py I am getting an error. I have pasted the terminal output in this message. ``` Traceback (most recent call...
after entering "python app.py", confirming that i am using python version 2.x terminal shows: "Traceback (most recent call last): File "app.py", line 3, in from flask import Flask, render_template, request,...
Model is not defined Size is not defined
If you take a screenshot after a task has started and put in the actual splash page, many of them give an error saying that the current browser is "not...
Added lxml requirement, since it is used as the bs parser in app.py:getCommits(). Otherwise if you don't have lxml installed, that func will fail and throw an exception, resulting in...
I've seen quite a few benchmarks comparing the two. Personally I'd suggest using a [headless Chrome driver](https://medium.com/@pyzzled/running-headless-chrome-with-selenium-in-python-3f42d1f5ff1d). https://hackernoon.com/benchmark-headless-chrome-vs-phantomjs-e7f44c6956c https://www.reddit.com/r/programming/comments/6y5q2i/headless_chrome_vs_phantomjs_benchmark/ https://www.gizra.com/content/phantomjs-chrome-docker-selenium-standalone/#advantages-of-headless-chrome-over-phantomjs
Hi, how does this bot get past automation detection by Distil networks etc? Most sneaker sites have this installed
Traceback (most recent call last): File "app.py", line 6, in import bs4 File "D:\Program Files\Python\lib\site-packages\bs4\__init__.py", line 35, in from .builder import builder_registry, ParserRejectedMarkup File "D:\Program Files\Python\lib\site-packages\bs4\builder\__init__.py", line 7, in from...
Traceback (most recent call last): File "app.py", line 3, in from flask import flask, render_template, request, url_for, redirect, Markup, jsonify, make_response, send_from_directory, session ImportError: cannot import name flask Flask is...