CedArctic / Chimera

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

Media control #8

Closed vfcoelho closed 5 years ago

vfcoelho commented 5 years ago

Added media control for Chimera. Also added .gitignore file and started getting BOT_TOKEN and CHANNEL_ID from local_credentials.py file, which was added to the .gidignore, solving the problem of pottential contributors tokens being commited. Also added some eclipse project related .gitignore entries. Added requirements.txt to organize dependencies. Added input_commands.py file which can send keyboard input signals to OS (Windows)

CedArctic commented 5 years ago

@vfcoelho Thanks for your contribution! Many of these changes will make the project much more tidy. Could you though add a blank sample local_credentials.py ?

vfcoelho commented 5 years ago

Sure, will do. I'll also add mute command that I forgot before PRing.

vfcoelho commented 5 years ago

Maybe a setup? That creates a text config file on the first execution. What do you think would be best?

vfcoelho commented 5 years ago

Done! I just added the example... perhaps making a setup now would just add complexity. I liked the idea of Chimera by the way!! Lots of fun working on the project!

CedArctic commented 5 years ago

@vfcoelho Agreed, a setup could possibly make things more complicated, maybe at some point later when the project gets bigger, a setup might be an advantage to have. I'm glad you liked the idea and it's been great to have you contribute with your great ideas!

vfcoelho commented 5 years ago

Thanks! It's been fun to contribute!