项目作者: crypdos

项目描述 :
discord bot using discord-rewrite, mongodb(asyncio motor), and markovify to immitate other users
高级语言: Python
项目地址: git://github.com/crypdos/replicant.git
创建时间: 2018-11-24T10:34:01Z
项目社区:https://github.com/crypdos/replicant

开源协议:MIT License

下载


Replicant

Discordbot that replicates other users by creating similar messages based on their message history, along with copying their username and avatarpicture.

Requires

  1. Python >= 3.5
  2. Motor
  3. discord.py rewrite branch
  4. markovify

Usage

Rename default-config.ini to config.ini
Enter required fields in config.ini (token, one scrapeserver, one botserver) then run python3 bot.py
Make sure mongodb is running.
Before the bot is able to immitate messages, the database has to be created first. To do this use the ?scrape command in a discordchannel that the bot is listening to.