pucauto
pucauto copied to clipboard
A PucaTrade bot that will automatically accept trades for you.
Users have reported either: a) not liking the datetime in the log output or b) not wanting log output at all Make this configurable via `config.json`
If you're using Firefox 48, you will receive the following error when starting up Pucauto: `selenium.common.exceptions.WebDriverException: Message: Can't load the profile.` Currently the only solution to this is to downgrade...
This crash occurs every so often. Not sure what would be causing this to be `None`. ``` Traceback (most recent call last): File "pucauto.py", line 397, in find_trades() File "pucauto.py",...
I think this sorting method is better when the person you're trading to has more wants than they have points. There's probably a better way to write it than a...
Requested by Cameron T on Twitter. This would allow users to add PucaTrade user id's to a config variable and would send any trades to those users regardless of value....
There isn't much I can do to prove or show this happening (as it always happens while I'm away or not looking), but Pucauto will commit to send multiple copies...
Pucauto.com's landing page should be a "News" section which includes any important information such as the recent Firefox 47 issue. This will help people out as they may not be...
So, this is a replacement for the previous pull request (#50) that adheres to all the same commentary I made in issue #49 and should also fix issue #56. The...
So I noticed sometimes the bots want to send ~20 cards for 400 points (for example, when my min_val is 300) and a lot of trades would fail due to...
This commit address issue #68 in which a user had to use a proxy with pucauto. I've added a section in the config.example.json for the proxy information as well the...