Skip to content

VissarionSB/Vissarion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vissarion

The least handicapped open-source discord selfbot

Issues Pull requests


Features


Requirements

  • Windows / Linux
  • Python 3.10+

If something doesn't work for you, please open an issue.


Installation

  • git clone https://github.com/VissarionSB/Vissarion
  • cd Vissarion
  • python main.py

Configuration

Default config paths:

Windows:

  • C:/Users/<user>/Documents/Vissarion

Linux:

  • ~/.config/Vissarion

Preview

ANSI Parser syntax cheatsheet

Components

  • field <~ consists of content
<field>
  title
  <content>
    content
  </content>
</field>


  • text <~ basic component that should be used everytime you need just sum text in your codeblock
<text>
  text
</text>


Syntax

  • col_{color} <~ Available colors: gray, red, green, yellow, blue, purple, cyan, white
<text>
  <col_red>
    text
  <reset>
</text>


  • bold
<text>
  <bold>
    text
  <reset>
</text>


  • nl <~ Places a new line
  • tl <~ Places a tab
  • quote <~ Places a quote