mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 05:21:10 -05:00
Officially drop Python 2 support in the master branch [skip ci]
This commit is contained in:
parent
8574da46b1
commit
199da6e851
@ -3,11 +3,13 @@
|
||||
[webchatlink]: https://webchat.overdrivenetworks.com/?channels=dev
|
||||
|
||||
[](https://travis-ci.org/GLolol/SupyPlugins)
|
||||

|
||||

|
||||
[][webchatlink]
|
||||
|
||||
My collection of plugins for [Limnoria](https://github.com/ProgVal/Limnoria). This repository is provided **AS IS**, **without any warranty**! It may glitch, break, or spontaneously combust at any time. You have been warned!
|
||||
|
||||
**WARNING: Python 2 is no longer supported in the SupyPlugins *master* branch as of August 2017. Please migrate your bots to Python 3, or use the *python2-legacy* branch instead.**
|
||||
|
||||
## Installation
|
||||
The recommended way of fetching plugins in this repository is to clone the git repository:
|
||||
|
||||
@ -15,7 +17,7 @@ The recommended way of fetching plugins in this repository is to clone the git r
|
||||
|
||||
and add the folder to your bot's `config directories.plugins`.
|
||||
|
||||
**You will need a working copy of [Limnoria](https://github.com/ProgVal/Limnoria) running on Python 2.7 or Python 3.4+.** Anything older will *not* work.
|
||||
**You will need a working copy of [Limnoria](https://github.com/ProgVal/Limnoria) running on Python 3.4+.** Python 2 users should consult the *python2-legacy* branch in Git instead. Anything older will *not* work.
|
||||
|
||||
If you are using a recent version of Limnoria's PluginDownloader, you can also fetch [individual plugins](#list-of-plugins) by running:
|
||||
|
||||
@ -83,7 +85,6 @@ Most of these plugins also have their own READMEs in their folders; you can usua
|
||||
|
||||
##### RhymeZone
|
||||
- Fetches rhymes from http://rhymezone.com/.
|
||||
- Unsupported on Python 2 due to string encoding issues.
|
||||
|
||||
##### SedRegex
|
||||
- History replacer using sed-style expressions. Fork of [t3chguy's Replacer plugin](https://github.com/t3chguy/Limnoria-Plugins/tree/master/Replacer).
|
||||
@ -97,7 +98,6 @@ Most of these plugins also have their own READMEs in their folders; you can usua
|
||||
|
||||
##### [TranslateParty](TranslateParty/README.md)
|
||||
- Translates text through Google Translate multiple times in order to get amusing results.
|
||||
- **Note: This plugin requires Python 3!**
|
||||
|
||||
##### Voteserv
|
||||
- A plugin for storing and manipulating votes/polls.
|
||||
|
Loading…
x
Reference in New Issue
Block a user