Re: [Labs-l] Running pywikibot on non-CentralAuth wikis using the same tools.xxx instance - is that possible?

2017-07-22 Thread Martin Urbanec
Didn't know Wikitech allows OAuth ;). You're welcome! I'm glad I could
help.

Martin

so 22. 7. 2017 v 15:18 odesílatel MarcoAurelio  napsal:

> It works. Thanks!
>
> El El sáb, 22 jul 2017 a las 15:09, MarcoAurelio 
> escribió:
>
>> It's Wikitech so I'm sure you have access to it :) I'll test shortly.
>>
>> El El sáb, 22 jul 2017 a las 14:32, Martin Urbanec <
>> martin.urba...@wikimedia.cz> escribió:
>>
>>> Sorry, seems it won't work. Try this.
>>>
>>> authenticate['*'] = WMFCRED
>>> authenticate['arbcom-cs.wikipedia.org'] = NONCACRED
>>>
>>> I sadly have no access to non-CentralAuth wiki which allows to use OAuth
>>> so I can't try it.
>>>
>>> Regards,
>>> Martin
>>>
>>> so 22. 7. 2017 v 14:11 odesílatel MarcoAurelio 
>>> napsal:
>>>
 Thanks Martin,

 Will test and let you know.

 Regards.

 El El sáb, 22 jul 2017 a las 11:13, Martin Urbanec <
 martin.urba...@wikimedia.cz> escribió:

> Hello,
>
> You can do something like this.
>
> authenticate['*'] = WMFCRED
> authenticate['wikipedia']['arbcom-cs'] = NONCACRED
>
> Hope this helps,
> Martin Urbanec
>
> Dne so 22. čvc 2017 9:58 uživatel MarcoAurelio 
> napsal:
>
>> Hello,
>>
>> I operate my standard pywikibot via Toolforge. It uses OAuth to work
>> on Wikimedia sites, so I just need the same OAUth headings for all
>> projects which are part of the CentralAuth family.
>>
>> However I'd like to run the bot as well in another Wikimedia site
>> which is not part of CentralAuth thus in need of new OAuth
>> credentials.
>>
>> Currently I am using tools.mabot. I'd like to know if I should create
>> a new tools.xxx instance to run the bot in that non-CA wiki or I can
>> continue to use tools.mabot; and if I can continue using tools.mabot,
>> how should I configure it so when it works for that project it uses
>> the right credentials?
>>
>> Thanks in advance.
>>
>> Best regards, M.
>>
>> ___
>> Labs-l mailing list
>> Labs-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
 --
 M. A.
 ___
 Labs-l mailing list
 Labs-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/labs-l

>>> ___
>>> Labs-l mailing list
>>> Labs-l@lists.wikimedia.org
>>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>>
>> --
>> M. A.
>>
> --
> M. A.
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
___
Labs-l mailing list
Labs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/labs-l


Re: [Labs-l] Running pywikibot on non-CentralAuth wikis using the same tools.xxx instance - is that possible?

2017-07-22 Thread MarcoAurelio
It works. Thanks!

El El sáb, 22 jul 2017 a las 15:09, MarcoAurelio 
escribió:

> It's Wikitech so I'm sure you have access to it :) I'll test shortly.
>
> El El sáb, 22 jul 2017 a las 14:32, Martin Urbanec <
> martin.urba...@wikimedia.cz> escribió:
>
>> Sorry, seems it won't work. Try this.
>>
>> authenticate['*'] = WMFCRED
>> authenticate['arbcom-cs.wikipedia.org'] = NONCACRED
>>
>> I sadly have no access to non-CentralAuth wiki which allows to use OAuth
>> so I can't try it.
>>
>> Regards,
>> Martin
>>
>> so 22. 7. 2017 v 14:11 odesílatel MarcoAurelio 
>> napsal:
>>
>>> Thanks Martin,
>>>
>>> Will test and let you know.
>>>
>>> Regards.
>>>
>>> El El sáb, 22 jul 2017 a las 11:13, Martin Urbanec <
>>> martin.urba...@wikimedia.cz> escribió:
>>>
 Hello,

 You can do something like this.

 authenticate['*'] = WMFCRED
 authenticate['wikipedia']['arbcom-cs'] = NONCACRED

 Hope this helps,
 Martin Urbanec

 Dne so 22. čvc 2017 9:58 uživatel MarcoAurelio 
 napsal:

> Hello,
>
> I operate my standard pywikibot via Toolforge. It uses OAuth to work
> on Wikimedia sites, so I just need the same OAUth headings for all
> projects which are part of the CentralAuth family.
>
> However I'd like to run the bot as well in another Wikimedia site
> which is not part of CentralAuth thus in need of new OAuth
> credentials.
>
> Currently I am using tools.mabot. I'd like to know if I should create
> a new tools.xxx instance to run the bot in that non-CA wiki or I can
> continue to use tools.mabot; and if I can continue using tools.mabot,
> how should I configure it so when it works for that project it uses
> the right credentials?
>
> Thanks in advance.
>
> Best regards, M.
>
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
 ___
 Labs-l mailing list
 Labs-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/labs-l

>>> --
>>> M. A.
>>> ___
>>> Labs-l mailing list
>>> Labs-l@lists.wikimedia.org
>>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>>
>> ___
>> Labs-l mailing list
>> Labs-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>
> --
> M. A.
>
-- 
M. A.
___
Labs-l mailing list
Labs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/labs-l


Re: [Labs-l] Running pywikibot on non-CentralAuth wikis using the same tools.xxx instance - is that possible?

2017-07-22 Thread MarcoAurelio
It's Wikitech so I'm sure you have access to it :) I'll test shortly.

El El sáb, 22 jul 2017 a las 14:32, Martin Urbanec <
martin.urba...@wikimedia.cz> escribió:

> Sorry, seems it won't work. Try this.
>
> authenticate['*'] = WMFCRED
> authenticate['arbcom-cs.wikipedia.org'] = NONCACRED
>
> I sadly have no access to non-CentralAuth wiki which allows to use OAuth
> so I can't try it.
>
> Regards,
> Martin
>
> so 22. 7. 2017 v 14:11 odesílatel MarcoAurelio 
> napsal:
>
>> Thanks Martin,
>>
>> Will test and let you know.
>>
>> Regards.
>>
>> El El sáb, 22 jul 2017 a las 11:13, Martin Urbanec <
>> martin.urba...@wikimedia.cz> escribió:
>>
>>> Hello,
>>>
>>> You can do something like this.
>>>
>>> authenticate['*'] = WMFCRED
>>> authenticate['wikipedia']['arbcom-cs'] = NONCACRED
>>>
>>> Hope this helps,
>>> Martin Urbanec
>>>
>>> Dne so 22. čvc 2017 9:58 uživatel MarcoAurelio 
>>> napsal:
>>>
 Hello,

 I operate my standard pywikibot via Toolforge. It uses OAuth to work
 on Wikimedia sites, so I just need the same OAUth headings for all
 projects which are part of the CentralAuth family.

 However I'd like to run the bot as well in another Wikimedia site
 which is not part of CentralAuth thus in need of new OAuth
 credentials.

 Currently I am using tools.mabot. I'd like to know if I should create
 a new tools.xxx instance to run the bot in that non-CA wiki or I can
 continue to use tools.mabot; and if I can continue using tools.mabot,
 how should I configure it so when it works for that project it uses
 the right credentials?

 Thanks in advance.

 Best regards, M.

 ___
 Labs-l mailing list
 Labs-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/labs-l

>>> ___
>>> Labs-l mailing list
>>> Labs-l@lists.wikimedia.org
>>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>>
>> --
>> M. A.
>> ___
>> Labs-l mailing list
>> Labs-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
-- 
M. A.
___
Labs-l mailing list
Labs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/labs-l


Re: [Labs-l] Running pywikibot on non-CentralAuth wikis using the same tools.xxx instance - is that possible?

2017-07-22 Thread Martin Urbanec
Sorry, seems it won't work. Try this.

authenticate['*'] = WMFCRED
authenticate['arbcom-cs.wikipedia.org'] = NONCACRED

I sadly have no access to non-CentralAuth wiki which allows to use OAuth so
I can't try it.

Regards,
Martin

so 22. 7. 2017 v 14:11 odesílatel MarcoAurelio  napsal:

> Thanks Martin,
>
> Will test and let you know.
>
> Regards.
>
> El El sáb, 22 jul 2017 a las 11:13, Martin Urbanec <
> martin.urba...@wikimedia.cz> escribió:
>
>> Hello,
>>
>> You can do something like this.
>>
>> authenticate['*'] = WMFCRED
>> authenticate['wikipedia']['arbcom-cs'] = NONCACRED
>>
>> Hope this helps,
>> Martin Urbanec
>>
>> Dne so 22. čvc 2017 9:58 uživatel MarcoAurelio 
>> napsal:
>>
>>> Hello,
>>>
>>> I operate my standard pywikibot via Toolforge. It uses OAuth to work
>>> on Wikimedia sites, so I just need the same OAUth headings for all
>>> projects which are part of the CentralAuth family.
>>>
>>> However I'd like to run the bot as well in another Wikimedia site
>>> which is not part of CentralAuth thus in need of new OAuth
>>> credentials.
>>>
>>> Currently I am using tools.mabot. I'd like to know if I should create
>>> a new tools.xxx instance to run the bot in that non-CA wiki or I can
>>> continue to use tools.mabot; and if I can continue using tools.mabot,
>>> how should I configure it so when it works for that project it uses
>>> the right credentials?
>>>
>>> Thanks in advance.
>>>
>>> Best regards, M.
>>>
>>> ___
>>> Labs-l mailing list
>>> Labs-l@lists.wikimedia.org
>>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>>
>> ___
>> Labs-l mailing list
>> Labs-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>
> --
> M. A.
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
___
Labs-l mailing list
Labs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/labs-l


Re: [Labs-l] Running pywikibot on non-CentralAuth wikis using the same tools.xxx instance - is that possible?

2017-07-22 Thread MarcoAurelio
Thanks Martin,

Will test and let you know.

Regards.

El El sáb, 22 jul 2017 a las 11:13, Martin Urbanec <
martin.urba...@wikimedia.cz> escribió:

> Hello,
>
> You can do something like this.
>
> authenticate['*'] = WMFCRED
> authenticate['wikipedia']['arbcom-cs'] = NONCACRED
>
> Hope this helps,
> Martin Urbanec
>
> Dne so 22. čvc 2017 9:58 uživatel MarcoAurelio 
> napsal:
>
>> Hello,
>>
>> I operate my standard pywikibot via Toolforge. It uses OAuth to work
>> on Wikimedia sites, so I just need the same OAUth headings for all
>> projects which are part of the CentralAuth family.
>>
>> However I'd like to run the bot as well in another Wikimedia site
>> which is not part of CentralAuth thus in need of new OAuth
>> credentials.
>>
>> Currently I am using tools.mabot. I'd like to know if I should create
>> a new tools.xxx instance to run the bot in that non-CA wiki or I can
>> continue to use tools.mabot; and if I can continue using tools.mabot,
>> how should I configure it so when it works for that project it uses
>> the right credentials?
>>
>> Thanks in advance.
>>
>> Best regards, M.
>>
>> ___
>> Labs-l mailing list
>> Labs-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/labs-l
>>
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
-- 
M. A.
___
Labs-l mailing list
Labs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/labs-l


Re: [Labs-l] Running pywikibot on non-CentralAuth wikis using the same tools.xxx instance - is that possible?

2017-07-22 Thread Martin Urbanec
Hello,

You can do something like this.

authenticate['*'] = WMFCRED
authenticate['wikipedia']['arbcom-cs'] = NONCACRED

Hope this helps,
Martin Urbanec

Dne so 22. čvc 2017 9:58 uživatel MarcoAurelio  napsal:

> Hello,
>
> I operate my standard pywikibot via Toolforge. It uses OAuth to work
> on Wikimedia sites, so I just need the same OAUth headings for all
> projects which are part of the CentralAuth family.
>
> However I'd like to run the bot as well in another Wikimedia site
> which is not part of CentralAuth thus in need of new OAuth
> credentials.
>
> Currently I am using tools.mabot. I'd like to know if I should create
> a new tools.xxx instance to run the bot in that non-CA wiki or I can
> continue to use tools.mabot; and if I can continue using tools.mabot,
> how should I configure it so when it works for that project it uses
> the right credentials?
>
> Thanks in advance.
>
> Best regards, M.
>
> ___
> Labs-l mailing list
> Labs-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
___
Labs-l mailing list
Labs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/labs-l