Jump to content
Wikimedia Meta-Wiki

Pywikibot/Basic use/sr

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by Bokim (talk | contribs) at 20:20, 3 August 2009. It may differ significantly from the current version .

Template:Pywiki-lang

Configuration for Wikipedia

Отворите текс едитор (нпр. Notepad у Виндоузу) и сачувајте текс фајл под називом user-config.py, у pywikipedia фолдеру.

Прво направите сљедећа два реда у Вашем user-config.py:

Код Објашњење
mylang = 'xx'

xx је код за језички код на којем радите, "sr" је српски.

usernames['wikipedia']['sr'] = u'Примјер Бот'

[1]

У Вашем user-config.py фајлу је потребно одредити име бота.

У овом примјеру, овај корисник ради на википедији на српском језику, и има налог под именом "Примјер Бот".

(Опционално)

usernames['wikipedia']['de'] = u'BeispielBot'
usernames['wikipedia']['en'] = u'ExampleBot'
usernames['wiktionary']['de'] = u'BeispielBot'

(Опционално)

Ако радите на више од једног пројекта, можете такође ставити више имена.

(Опционално)

console_encoding = 'utf-8'
textfile_encoding = 'unicode_escape'

(Опционално)

If this is the encoding used by your system. Try without first.

Сада сачувајте user-config.py поново.

Употреба

Select and run a bot script

Now we are ready to really start using the bot. You need to get to a textual interface to your Operating System.

On Windows this is done by opening the start menu, and clicking on 'Run'. You are asked to give the name of a program, type "cmd.exe".

  • Change the root to C: by typing chdir C:\
  • Type chdir \"name of the folder where pywikipedia bot has been downloaded" (For example: chdir \"pywikipedia" if the file is in the C: folder.)

On Mac, find Terminal.app in /Applications/Utilities.

On Linux or any other Unix, use any terminal application such as gnome-terminal, konsole, xterm, or simply the text-mode console.

Покрените скрипту login.py куцајући "python login.py" (или само"login.py").

Пајтон ће вам избацити:

Password for user име_вашег_бота on вики_гдје_бот-ради:sr:


Use the password you used for the bot's login name. The bot can't work anonymously. Unless you change your password, you normally need to run this program only once, the bot usually does not get logged off.

The bots are in the main pywikipedia folder when downloaded. But if necessary, use the command cd to go to the directory where the bot files are saved.

Now run any of the bots here by typing "python botname.py" (If you are using Windows, you can leave out "python").


Скрипте

Важније скрипте Остале скрипте



Помоћни програми

Додатна објашњења

  1. Слово 'u' испред имена вашег бота омогућава кориштење Уникод (ћириличних и других не-АСКИ) знакова у имену бота.

Спољашње везе

AltStyle によって変換されたページ (->オリジナル) /