Skip to content

kegma1/discfuck_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discfuck_rs

discord bot for running brainfuck code

How to run

From source

Prerequisite

  • git
  • rust
  • Basic rust knowlage and basic terminal use in your preferred OS

Steps

  1. Make a discord bot and invite it on your server. Follow this tutorial if you dont know how.
  2. Clone the repository to your local machine. Open the terminal and enter the following command.
    git clone https://github.com/kegma1/discfuck_rs.git
  3. Cd into the new directory.
  4. Rename env_sample to .env and paste your bots token in the file.
  5. Compile and run the bot. Enter the following commands in the terminal.
    cargo build --release
    cargo run

From executable

WIP

From Docker

WIP

TODO

  • Make it work
  • Add multi-therding
  • Make UI look better
  • Add debug fetures
  • Add config file
  • Add docker support
  • Add comments to the code

About

discord bot for running brainfuck code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages