CedArctic / Chimera

System Remote Control Discord Bot written in Python discord.py
MIT License
87 stars 23 forks source link

Add features to Chimera Discord Bot #1

Open CedArctic opened 5 years ago

CedArctic commented 5 years ago

TL;DR: Chimera is a local hosted Discord Bot to perform remote operations on your PC. It is written in simple Python. 😄

Ready to contribute? See: https://github.com/CedArctic/Chimera#contributing

TGlide commented 5 years ago

I could try and port some features over to Linux too, what do you think? Making a separate Chimera_Linux.py maybe.

CedArctic commented 5 years ago

@TGlide that would be awesome! Can't wait to see what you come up with.

TGlide commented 5 years ago

Okay! Gonna start working on it.

DragosPopse commented 5 years ago

I want to look into a way of returning the output of !cmd commands into the server chat. For example

!cmd "echo hello"

should make Chimera display hello in addition to the Executing in command prompt: echo hello message. What do you guys think?

CedArctic commented 5 years ago

@DragosPopse That's really interesting! It would be great to have chimera return the output of cmd commands.

DragosPopse commented 5 years ago

I've done it yesterday @CedArctic, I'll make a pull request the moment I learn how (I'm quite new to github and git in general).

CedArctic commented 5 years ago

@DragosPopse Looking forward to reviewing your code.

DragosPopse commented 5 years ago

I'll create a setup.bat and a setup.sh that will pip install/upgrade the packages required (I'm starting to like this repo as you can see). I'll create the local_credentials.py in this script so you can delete local_credentials_example.py.

CedArctic commented 5 years ago

@DragosPopse It's good to have you around the repo! Can't wait to see your PR 😄

CedArctic commented 4 years ago

The new Hacktoberfest season is live and can't wait to see new ideas being proposed! For any help feel free to ask. Happy hacking! 👍

Arvinth-Krishna commented 3 years ago

@CedArctic Check out my Pull Request!! I hope that you will find that AppQuitter functionality useful.

CedArctic commented 3 years ago

@Arvinth-Krishna Thank you for your contribution! This looks like a promising feature to be added to Chimera. I will review it in the following days and let you know.

RakunaM commented 2 years ago

OK ima just start working on it