pucauto
pucauto copied to clipboard
A PucaTrade bot that will automatically accept trades for you.
- [ ] Follow up with Jared after completing this - [ ] Follow up with Kroot after completing this Great suggestions from Jared: > Is it possible to use...
This library https://commentjson.readthedocs.org/en/latest/ will let us write comments like: ``` { "name": "Vaidik Kapoor", # Person's name "location": "Delhi, India", // Person's location # Section contains info about // person's...
Installing Python an dependencies and stuff is more complicated than a majority of people are accustomed to. Surely I can make this easier for folks.
This was suggested by Brad: > Is it possible to add a config flag to only search for addon trades? I recently ran into a situation where I didn't want...
A user named Geoff needed to run Pucauto behind a proxy, figured out how to do it on his own, and sent me the following code snippet of his solution....
Currently Pucauto accepts a bundle if the recipient has `points >= min_value`. Make it `points >= min_value + BUFFER`.
Ideas: - x cards traded - to y users - worth z points - If every n minutes (maybe 15? 30? configurable?) Pucauto were to output the max and average...
Most of the information is in this repo, so I just linked to GitHub, but maybe it'd be good to add some of the details from the README to this...
This would be cool and easier for users. I wonder if it can be done?