Wilie is a discord bit written in Python. He is made for the Loop Discord Server so people can play around with Loop without needing the compiler. Willie needs to be very simple, basicly only one command: !Run
Loop is a programming language that is implemented in Rust. It is trying to tackle the problems of needing C to develop fast programs in Python. The goal is to make Loop blazing fast and easy, so a secondary language is unnecessary.
Where to find Loop:
It has three commands for you to run:
!Run <LOOP CODE>
Runs your program and send results back!Source
Send the link to GitHub repository!Help
Sends all the commands that the bot can do
You need to have installed these things:
- Python 3.x
- Pip
- Run:
git clone https://github.com/WouterPennings/willie.git
, in your terminal - Navigate to the folder:
cd willie
- Create you own Discord bot in the developer-portal
- Create a
.env
, and paste it this:TOKEN="<YOUR BOT TOKEN>"
- Run:
pip install -r requirements.txt
, in your terminal - Run:
python3 willie.py
, in the terminal
These are all the steps to run your own Willie!
willie.py
Is the entrypoint of the bot, there are all the requests it can handlecommands/
All the commands that Willie executes will be in therelogic/
Some extra functions that are needed
All contributions are welcome and appreciated. Create an issue if you have a bug, question, enhancement, etc. If you have an addition, create a pull-request.