Indic-TechCom/Tools/IndicBot
< Indic-TechCom | Tools
IndicBot is a simple python based collection of scripts that automate work on MediaWiki sites.
Components
editTwo master folders are present in the IndicBot:
botscripts
contains all bot related files that will use to interact with Wiki.scripts
contains already written scripts. that can use directly by the user.
Usages
edit- Install python 3.X
- Clone repo:
https://github.com/indictechcom/IndicBot.git
or download it. - Open CMD or Terminal and type
cd IndicBot
and then hit Enter. - type
pip install -r requirements.txt
and then hit Enter. - edit config.py to add your wiki and username
- Run Script by
python3 bot.py scriptname
List of Current Scripts
edit- template_subs - To add or replace Template's parameter value from Excel sheet. (more)