Skip to content

iota-community/iota-wiki-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


IOTA Wiki Bot

Discord bot for the IOTA Wiki

Report Bug · Request Feature

About The Project

This is a Discord bot for the IOTA Wiki. It's currently used for replacing the old links and for requesting the introduction page for a certain IOTA documentation.

Getting Started

This section explains how to install and configure the bot.

Installation

  1. Clone the repo
    git clone https://github.com/iota-community/iota-wiki-bot.git
  2. Go into the repo and build an executable with PyInstaller
    cd iota-wiki-bot
    pyinstaller --onefile bot.py

You can find the executable in the dist/ folder.

Configuration

First, create a .env file with the following content:

DISCORD_TOKEN={DISCORD_TOKEN}

Where you replace {DISCORD_TOKEN} with the actual token of your server.
The bot can be configured through a config.json file. You can have a look at the config.json in this repo for an example.

Usage

If the bots detects an old link, he will add a message with the correct wiki link.
You can also request a documentation link from the bot by mentioning him a message and adding the topic you are interested in, for example @IOTA-Wiki-Bot ISCP

About

Discord bot for the IOTA Wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages