- This bot can generate continuation of some sentece with use of reversed Profirievich
- Project status: working
- Get Bot token from Discord developer portal
- Install Docker Engine
- 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
- Clone git repo
git clone https://github.com/IvanProgramming/Porfirievich
- Get Bot token from Discord developer portal
- Add discord token to enviroment variables
export DISCORD_TOKEN=<DISCORD_TOKEN_HERE>
- Replace
<DISCORD_TOKEN_HERE>
to your Discord token
- Optional. Create new virtual enviroment
virtualenv venv
- Optional. Activate virtual enviroment
source venv\bin\activate
- Install all requirements
pip install -r requirements.txt
- Run bot
python main.py
+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
- Reaction reload
- Reaction words addition
- Picture generate for good continious
Just fork this bot and, after adding new features make Pull Request