https://github.com/zstyblik/ii-wrapper
Wrapper and a bot for ii IRC client
https://github.com/zstyblik/ii-wrapper
irc-bot irc-client suckless
Last synced: about 2 months ago
JSON representation
Wrapper and a bot for ii IRC client
- Host: GitHub
- URL: https://github.com/zstyblik/ii-wrapper
- Owner: zstyblik
- License: unlicense
- Created: 2024-03-13T21:33:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-15T08:35:45.000Z (4 months ago)
- Last Synced: 2025-01-30T05:43:57.134Z (3 months ago)
- Topics: irc-bot, irc-client, suckless
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ii-wrapper
Wrapper and a bot for [ii] IRC client inspired by and based on [iibot] by
[c00kiemon5ter]. Unlike the original, this one is leaning towards Python for
better or worse._Why?_ Why not? Bash, cURL, calc - all of these are dependencies in the same way
as Python and friends are.ii v1.8 or newer(probably) is required due to change in log output format.
Features:
* commands
* configuration file in order to support multiple instances of bot
* auto reconnect## Configuration file
Example of configuration file:
```
net:irc.example.com:#chan1 #chan2
nickname:testme
ircdir:$HOME/ii/
bitly_api_token:api_token
bitly_group_id:group_id
```## UnLicense
Since the original is [UnLicense]-d, I've decided to follow the suit.
[ii]: https://tools.suckless.org/ii/
[iibot]: https://github.com/c00kiemon5ter/iibot
[c00kiemon5ter]: https://github.com/c00kiemon5ter
[UnLicense]: https://unlicense.org