pucauto icon indicating copy to clipboard operation
pucauto copied to clipboard

A PucaTrade bot that will automatically accept trades for you.

Results 26 pucauto issues
Sort by recently updated
recently updated
newest added

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`

rare
feature

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...

mythic
bug

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",...

rare
bug

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...

needs work / has question

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....

feature

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...

mythic
bug

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...

mythic
auxiliary

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...

needs work / has question