Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

IvanProgramming/Porfirievich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profirievich Bot

Add to your server

About

  • This bot can generate continuation of some sentece with use of reversed Profirievich
  • Project status: working

Table of contents

Docker Setup (recommended)

  1. Get Bot token from Discord developer portal
  2. Install Docker Engine
  3. Run bot container
docker run -e DISCORD_TOKEN=<DISCORD_TOKEN_HERE> --name porfirievich-container ivanisplaying/porfirievich
  • Replace <DISCORD_TOKEN_HERE> to your Discord token
  • Add -d for running bot in background

Manual setup

  1. Clone git repo
git clone https://github.com/IvanProgramming/Porfirievich
  1. Get Bot token from Discord developer portal
  2. Add discord token to enviroment variables
export DISCORD_TOKEN=<DISCORD_TOKEN_HERE>
  • Replace <DISCORD_TOKEN_HERE> to your Discord token
  1. Optional. Create new virtual enviroment
virtualenv venv
  1. Optional. Activate virtual enviroment
source venv\bin\activate
  1. Install all requirements
pip install -r requirements.txt
  1. Run bot
python main.py

Usage

  • +gen command can be used for generating continious of sentence
  • +gen<WORDS_COUNT>, where <WORDS_COUNT> will generate continious less or equal to this count of words

Features

  • Reaction reload
  • Reaction words addition
  • Picture generate for good continious

Contributing

Just fork this bot and, after adding new features make Pull Request

License

Apache License, Version 2.0

About

Simple Profirievich API bot

Resources

Stars

Watchers

Forks