User

Difference between revisions of "Cewbot"

(+)
(+)
Line 1: Line 1:
 +
{{bot|kanashimi}}
 +
{{seealso|w:zh:User:Cewbot/tasks|l1=Full task list in Chinese wiki}}
 +
 +
 
To create a bot at Lingua Libre using [https://github.com/kanasimi/wikiapi npm - wikiapi]:
 
To create a bot at Lingua Libre using [https://github.com/kanasimi/wikiapi npm - wikiapi]:
 
# Create a account at [[commons:Wikimedia Commons|Wikimedia Commons]]. The account should includes "bot".
 
# Create a account at [[commons:Wikimedia Commons|Wikimedia Commons]]. The account should includes "bot".

Revision as of 03:52, 27 April 2021

Template:Bot Template:Seealso


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

  1. Create a account at Wikimedia Commons. The account 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:
const wiki = new Wikiapi;
await wiki.login({
	user_name: "LinguaLibrebot@LinguaLibrebot",
	password: 'password',
	API_URL: 'https://lingualibre.org/api.php'
});
  1. The userland will with the prefix "User:LinguaLibrebot".