https://github.com/pyroscope/xchat-ps
XChat Python Scripts, a collection of plugins for the cross-platform IRC client
https://github.com/pyroscope/xchat-ps
Last synced: about 1 year ago
JSON representation
XChat Python Scripts, a collection of plugins for the cross-platform IRC client
- Host: GitHub
- URL: https://github.com/pyroscope/xchat-ps
- Owner: pyroscope
- License: gpl-3.0
- Created: 2014-06-27T21:14:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T21:51:16.000Z (almost 12 years ago)
- Last Synced: 2025-01-18T16:24:47.781Z (about 1 year ago)
- Language: Python
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xchat-ps
XChat Python Scripts, a collection of plugins for the cross-platform IRC client.
## Installation
First, clone this repository to a place of your choosing.
Then, to activate a plugin, symlink it into your `~/.xchat2/plugins` directory, e.g.
```sh
mkdir -p ~/.xchat2/plugins
ln -nfs $PWD/src/scripts/soft_ignore.py ~/.xchat2/plugins
```
## References
* [XChat README](https://raw.githubusercontent.com/xchataqua/xchat/azure/README)
* [XChat Docs](http://xchat.org/docs/)
* [xchat-python Docs](http://xchat.org/docs/xchatpython.html)
* [XChatData Wiki – Basic Python Script](https://xchatdata.net/Scripting/BasicPythonScript)
* [XChat 2.x Python Plugin Example and Howto](http://dev.jmoiron.net/xchat/banshee.html)
## Related Projects
**GitHub**
* [logicplace's Python plugins](https://github.com/logicplace/xchat-plugins)
* [shinderohitt's simple general purpose plugins/scripts](https://github.com/shinderohitt/xchat-plugins)
* [jeremyehurst's Python plugins](https://github.com/jeremyehurst/xchat-plugins-python)
* [A smart alerting/logging plugin](https://github.com/dingus9/xchat-smartAlert)
* [Custom channel sounds and alerts](https://github.com/challinan/nicksounds-py)
* [Twitter client plugin](https://github.com/andresriancho/py-xchat-twitter)
* [Automatically download from XDCC](https://github.com/kcjpop/xchat-xdcc-downloader)
* [Seen database (using sqlite3)](https://github.com/AwwCookies/xchat-plugin-seen)
* [Automatically KICKBAN users in the Freenode network](https://github.com/alvarezp/xchat-kickban)
**SourceForge**
* [CancelBot](http://cancelbot.sourceforge.net/home.html) – A collection of useful Python scripts.