Tobotimus / Jumper-Plugins

Python Modules for Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI PayPal donate button Red Bot

Jumper Plugins

These plugins are designed to work with Red Bot designed by Twentysix26 and the Core Developer team.
Some plugins will require a third party library to work, so please read over my requirements.txt and the info.json file before using.
Please stay tuned for all the latest stuff from jumper-plugins on my Dev Tracker
If you wish to donate please click on the donation jar. TY :D
I accept commission work, but please contact me on discord for details.

Installation

To install my plugins add my repo with the following command:
cog repo add jumper-plugins https://github.com/Redjumpman/Jumper-Plugins
Then check to see if the plugin has any library dependencies and peform a pip3 install.
Please look over the installation section and my wiki for more details on library installations

Library Requirements

Library requirements should be automatically downloaded and installed. However, if you wish to download the requirements manually please follow these steps:

Review the library requirements in the info.json file within the plugin's folder. If you do not have the library downloaded it will prompt you with a message telling you what to do.

To install a library follow these instructions:

- Open command prompt
- Type pip3 install "Library name"   Example: pip3 install tabulate
- Press enter and let the library load
- Once this has loaded you just need to install the plugin or reload it!

For more information please view my wiki page

Contributing

Tired of waiting for me to implement that feature you keep requesting? If you can design it your self follow the process below and I'll review your changes. If the changes do not conflict with Red, and do not stray from the intended use of the plugin I will merge your commits.

  1. Fork it!
  2. Develop your feature branch
  3. Commit your changes
  4. Push to the main branch
  5. Submit a pull request :D

What's planned

I have a lot of stuff in the pipeline. I have started a dev tracker with what I am currently working on here:
Dev Tracker

Contact Me

If you have issues with one of my plugins, or need help beyond the scope of the wiki please create an issue on this repo. That is the best method for me to respond to your issues or suggestions. You can also contact me on Discord @ Redjumpman#1337
Do not @mention me in the redbot server. There is a support server setup here and you can talk to me in my support channel. I recieve notifications for messages so I will read what you post.

Credits

Twentysix26 for recreating Red Bot into something fun and functional
irdumbs for being my Python sensei Aikaterna for the invaluable amount of testing he does

License

Please refer to the GNU General Public License v3.0 for more details on my terms and conditions.

About

Python Modules for Discord bot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%