An open API service indexing awesome lists of open source software.

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

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.