On 2 November 2014 09:46, rubin.happy rubin.happy@gmail.com wrote:
- how can I define which file should be used as user-config.py in the
script's running parameters? For example, I want to run "redirect.py br -delete -always" with config of sysop bot and "redirect.py do -always" with usual bot account, that's why I want to create 2 different configs and define them in parameters. I haven't such functions in global parameters but I am quite sure that this was possible before.
set the environment variable PYWIKIBOT2_DIR=/some/path
- I want to run my custom script but use shared repo of framework: for
example, to run delinker.py from my home location but use wikipedia.py, etc. from shared repo not to clone frameworks on Labs. Is it possible, too?
If you follow the 'shared pywikibot' part of https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Help#Pywikibot, this should work.