User

Difference between revisions of "Cewbot"

(fix)
(fix)
 
Line 6: Line 6:
 
# Create a account at [[commons:Wikimedia Commons|Wikimedia Commons]]. The account name should includes "bot".
 
# Create a account at [[commons:Wikimedia Commons|Wikimedia Commons]]. The account name should includes "bot".
 
# Login Lingua Libre with the account, and browser [[Special:BotPasswords]], create a bot password, e.g., "LinguaLibrebot@LinguaLibrebot".
 
# Login Lingua Libre with the account, and browser [[Special:BotPasswords]], create a bot password, e.g., "LinguaLibrebot@LinguaLibrebot".
# The code for login:
+
# The code for login: Please follow the code [https://github.com/kanasimi/wikibot/blob/master/wiki%20configuration.sample.js here].
<syntaxhighlight lang="JavaScript">
 
const wiki = new Wikiapi;
 
await wiki.login({
 
user_name: "LinguaLibrebot@LinguaLibrebot",
 
password: 'password given by Lingua Libre',
 
API_URL: 'https://lingualibre.org/api.php'
 
});
 
</syntaxhighlight>
 
 
# The userland will with the prefix "User:LinguaLibrebot".
 
# The userland will with the prefix "User:LinguaLibrebot".

Latest revision as of 20:02, 21 August 2022

Template:Bot Template:Seealso


To create a bot at Lingua Libre using npm - wikiapi:

  1. Create a account at Wikimedia Commons. The account name should includes "bot".
  2. Login Lingua Libre with the account, and browser Special:BotPasswords, create a bot password, e.g., "LinguaLibrebot@LinguaLibrebot".
  3. The code for login: Please follow the code here.
  4. The userland will with the prefix "User:LinguaLibrebot".