pydarkstar #6198
AdamGagorik
started this conversation in
Show and tell
pydarkstar
#6198
Replies: 1 comment
-
To make it much easier to install, you can use a tool called uv.
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/AdamGagorik/ffxiahbot.git
cd /path/to/ffxiahbot/bin
uv run ffxiahbot --help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pydarkstar
I wrote the python based auction house bot called pydarkstar around 10 years ago.
I have recently migrated the codebase from python 3.7 to python 3.12 and deployed it to PyPI.
This should drastically simplify the setup and usage of the bot.
I know it has been a pain to install over the years. I am a much better software engineer now.
For the most part, the tool works like it always has. However, you should know...
ffxiahbot
.ffxiahbot
You can read how to set it up and how to use it.
Beta Was this translation helpful? Give feedback.
All reactions