[aur-general] aurtomatic: new python3-aur script
Hi, Some of you may be interested in the new "aurtomatic" script included in python3-aur [1]. You can use it to do the following from the command line: * comment * vote * unvote * notify * unnotify * flag * unflag The functionality is in the AUR.Aurploader module. There is support there for other interactions if anyone wants to add them before I get around to it. @TUs I expect to eventually get around to adding support for TU actions (internal votes, changing account fields, etc.) It's far down on my todo list but feel free to express interest if you want to bump it up (or submit code). I would probably create a separate front-end for it to avoid user confusion (auTUmatic?). Regards, Xyne [1] http://localhost:8000/projects/python3-aur/
Maybe I'm missing something, but did you really want to serve us with localhost link :>? On 1 March 2013 20:20, Xyne <xyne@archlinux.ca> wrote:
Hi,
Some of you may be interested in the new "aurtomatic" script included in python3-aur [1]. You can use it to do the following from the command line:
* comment * vote * unvote * notify * unnotify * flag * unflag
The functionality is in the AUR.Aurploader module. There is support there for other interactions if anyone wants to add them before I get around to it.
@TUs I expect to eventually get around to adding support for TU actions (internal votes, changing account fields, etc.) It's far down on my todo list but feel free to express interest if you want to bump it up (or submit code). I would probably create a separate front-end for it to avoid user confusion (auTUmatic?).
Regards, Xyne
-- Pozdrawiam, Karol Woźniak aka Kenji Takahashi @ kenji.sx
Karol Woźniak wrote:
Maybe I'm missing something, but did you really want to serve us with localhost link :>?
Oops. I'm tired and I copied from the wrong tab. (We'll just say you wrere tired too to excuse the top-posting. :P) Here's the correct address: http://xyne.archlinux.ca/projects/python3-aur/
On 03/01/2013 08:20 PM, Xyne wrote:
Hi,
Some of you may be interested in the new "aurtomatic" script included in python3-aur [1]. You can use it to do the following from the command line:
* comment * vote * unvote * notify * unnotify * flag * unflag
The functionality is in the AUR.Aurploader module. There is support there for other interactions if anyone wants to add them before I get around to it.
@TUs I expect to eventually get around to adding support for TU actions (internal votes, changing account fields, etc.) It's far down on my todo list but feel free to express interest if you want to bump it up (or submit code). I would probably create a separate front-end for it to avoid user confusion (auTUmatic?).
Regards, Xyne
I get: ~ % aurtomatic Traceback (most recent call last): File "/usr/bin/aurtomatic", line 94, in <module> main() File "/usr/bin/aurtomatic", line 59, in main actions = list(unique(args.action)) File "/usr/bin/aurtomatic", line 41, in unique for foo in whatever: TypeError: 'NoneType' object is not iterable
Johannes Löthberg wrote:
I get:
~ % aurtomatic Traceback (most recent call last): File "/usr/bin/aurtomatic", line 94, in <module> main() File "/usr/bin/aurtomatic", line 59, in main actions = list(unique(args.action)) File "/usr/bin/aurtomatic", line 41, in unique for foo in whatever: TypeError: 'NoneType' object is not iterable
fixed Despite the name, don't expect it to do much without any arguments... that may be a feature in version 2040 once we get open source drivers for neural interfaces and well-documented Python bindings.
On 03/03/2013 07:35 AM, Xyne wrote:
Johannes Löthberg wrote:
I get:
~ % aurtomatic Traceback (most recent call last): File "/usr/bin/aurtomatic", line 94, in <module> main() File "/usr/bin/aurtomatic", line 59, in main actions = list(unique(args.action)) File "/usr/bin/aurtomatic", line 41, in unique for foo in whatever: TypeError: 'NoneType' object is not iterable fixed
Despite the name, don't expect it to do much without any arguments... that may be a feature in version 2040 once we get open source drivers for neural interfaces and well-documented Python bindings. Haha, well I only did it to see if that'd give any other clues ;)
On another note, could you add so that you can see if you already have voted/are being notified for a certain package? -- Kindest Regards, Johannes Löthberg PGP Key ID: 583664EF Fingerprint: 14FD DCA8 4D41 FF41 78EF DD49 35CA 3661 5836 64EF
Johannes Löthberg wrote:
On another note, could you add so that you can see if you already have voted/are being notified for a certain package?
I have added that to my todo list but I have no idea when I will have the time. Regards, Xyne
On 03/03/2013 09:16 PM, Xyne wrote:
Johannes Löthberg wrote:
On another note, could you add so that you can see if you already have voted/are being notified for a certain package?
I have added that to my todo list but I have no idea when I will have the time.
Regards, Xyne
That's all I ask for ^^, Keep up the good work -- Kindest Regards, Johannes Löthberg PGP Key ID: 583664EF Fingerprint: 14FD DCA8 4D41 FF41 78EF DD49 35CA 3661 5836 64EF
participants (4)
-
Johannes Löthberg
-
Johannes Löthberg
-
Karol Woźniak
-
Xyne