Skip to content

Zabqer/TelegramAuthorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  1. Enter mediawiki directory
cd /path/to/mediawiki/root
  1. Enter extensions directory
cd extensions
  1. Clone repository
git clone https://github.com/Zabqer/TelegramAuthorization
  1. Create telegram bot and set domain
  2. Add to LocalSettings.php
$wgTelegramAuthorization_BotHash = "afa4b..."; # Hmac sha256
$wgTelegramAuthorization_BotID = 0; # Bot id
  1. Enable plugin: add to LocalSettings.php
wfLoadExtension( 'TelegramAuthorization' );
  1. Run mediawiki update command to create plugin tables
php maintenance/run.php update

About

TelegramAuthorization plugin for mediawiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published