User
Difference between revisions of "Cewbot"
(+) |
(+) |
||
Line 4: | Line 4: | ||
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 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: |
Revision as of 09:27, 27 April 2021
To create a bot at Lingua Libre using npm - wikiapi:
- Create a account at 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".
- The code for login:
const wiki = new Wikiapi;
await wiki.login({
user_name: "LinguaLibrebot@LinguaLibrebot",
password: 'password',
API_URL: 'https://lingualibre.org/api.php'
});
- The userland will with the prefix "User:LinguaLibrebot".