Enhancements - #14
Conversation
|
With your changes, does it still use a GUI like the current version, or is it entirely command line? |
|
I made changes to the non-release file so it's entirely command line. Just create the yaml file, ensure that you have Selenium installed and run. |
|
I cloned your fork to test out the changes, but I'm missing the yaml library. I tried |
|
Pyyaml, it's in the Pipfile (which is used by pipenv). I suppose I should
create a more traditional requirements file that most people are used to.
…On Wed, Nov 25, 2020, 7:25 PM Luke Eltiste ***@***.***> wrote:
I cloned your fork to test out the changes, but I'm missing the yaml
library. I tried pip install yaml and it didn't find anything. Is there a
specific name for the library?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABINTOTF4USJFTGGWGSZ4R3SRWOAFANCNFSM4UC4SB3A>
.
|
|
I cloned this pr to test, but i'm having some problems getting it started...I've tried running cmd as admin, changin python.exe permissions to run as admin, creating a batch file to run as admin, creating a shortcut to python, then changing the target and running as admin XD but it's still telling me the permissions are wrong. any ideas? Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I cleaned things up some and added the option to load personal details from yaml file (so they don't accidentally get committed). I also added some simple logging to follow the process and captcha recognition. It won't handle the captcha, but it'll recognize that a captcha is active and wait to resume so it doesn't interfere. Oh, I also added another item URI that's already in stock to test with.