https://github.com/dkter/weecent
WeeChat script for Decent (https://github.com/towerofnix/decent)
https://github.com/dkter/weecent
decent weechat
Last synced: over 1 year ago
JSON representation
WeeChat script for Decent (https://github.com/towerofnix/decent)
- Host: GitHub
- URL: https://github.com/dkter/weecent
- Owner: dkter
- License: bsd-3-clause
- Created: 2017-12-23T18:31:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T01:12:11.000Z (over 8 years ago)
- Last Synced: 2025-01-16T11:42:48.895Z (over 1 year ago)
- Topics: decent, weechat
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weecent
WeeChat script for [Decent](https://github.com/towerofnix/decent).
This project is in alpha stage and is not stable. If something breaks, let me know in the issue tracker.
## What can it do?
- Connect to HTTP and HTTPS Decent servers (can't connect to multiple servers at once though)
- Send messages
- Receive messages
- Get scrollback
- Show a nicklist with online/offline indicators
- Handle mentions
## How do I use it?
```
git clone https://github.com/TheInitializer/weecent.git
cd weecent
cp weecent.py ~/.weechat/python/autoload/
```
Then, in WeeChat:
```
/set plugins.var.python.weecent.servers {"https://YOUR_DECENT_SERVER_HERE.com": {"username": "YOUR_USERNAME_HERE", "password": "YOUR_PASSWORD_HERE"}}