Search found 40 matches
- Sun Apr 08, 2018 9:15 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
It does not. I really do think you still have some python2.7 somewhere installed if that’s happening. I’m not sure what to tell you without knowing more information. Here is my best guess on what to do: 1) Search your entire computer for python.exe, and determine if there’s more than one. 2) If you ...
- Fri Apr 06, 2018 6:25 am
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
Good question. I wrote it so long ago I don’t remember at this point. I think it is defaulted to Bahamut because the default. Well, looking at the code and fooling with ffxiah a bit, it seems data is coming from urls of the form https://www.ffxiah.com/item/4096, where 4096 is the item number (fire c...
- Wed Apr 04, 2018 8:58 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
On the download page of anaconda there should be links to anaconda with python 2.7 and anaconda with python 3.6. Make sure you choose the one with 3.6. Some ways to check what’s going on... 1) Open a normal terminal and type: python —version 2) Open an anaconda command prompt and type: python —versi...
- Wed Apr 04, 2018 4:59 am
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
That error suggests to me you’ve used python2 instead of python3.
- Mon Apr 02, 2018 5:03 am
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
Yeah this is something new I’ve never seen. Always something with windows...
- Sun Apr 01, 2018 6:07 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
I have no idea, I’ve never seen that.
I would try what I told you from a normal command prompt instead of the anaconda command prompt. Just search for command prompt in the start menu.
I would try what I told you from a normal command prompt instead of the anaconda command prompt. Just search for command prompt in the start menu.
- Sun Apr 01, 2018 5:40 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
There are multiple things going on here, but I think the first thing you tried is correct, save for the path you used is incorrect. You gave it the path of a directory called Anaconda3. That’s not what you want. You need to give it the path of python.exe, which is somewhere inside of that Anaconda3 ...
- Fri Jan 06, 2017 2:22 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
It actually does nothing. I put it in there in anticipation of making the the buyer buy items at a fixed rate. I never implemented that. So the buyer just buys items 100% of the time (i.e with rate=1.0) for every item.
- Tue Nov 22, 2016 11:13 am
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
That is signaling that there is a typo in your items.csv file. I guess it would be useful to have it print the line number when failing. Edit: I just made a commit that causes it to print the line number that failed, if you want that change you should git pull or reclone the repository. Make sure to...
- Fri Oct 07, 2016 3:58 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 413677
Re: Python AH Buyer / Seller / ffxiah.com scrubber
Here is the documentation describing the config file: http://adamgagorik.github.io/pydarkstar ... usage.htmlfnx wrote:(regarding the config file) ...awful cryptic unless you open then broker.py file.