Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krmax44/irc-recorder
A hacked-together IRC recorder for viewing messages even when you're not connected.
https://github.com/krmax44/irc-recorder
gpn19 irc irc-bot yet-another
Last synced: about 12 hours ago
JSON representation
A hacked-together IRC recorder for viewing messages even when you're not connected.
- Host: GitHub
- URL: https://github.com/krmax44/irc-recorder
- Owner: krmax44
- License: mit
- Created: 2019-06-01T17:35:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T22:41:16.000Z (over 5 years ago)
- Last Synced: 2024-11-10T23:40:40.343Z (about 2 months ago)
- Topics: gpn19, irc, irc-bot, yet-another
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IRC Recorder 🔴
A simple IRC client that saves messages for you when you're not connected.
## Installation and Usage
```bash
git clone https://github.com/krmax44/irc-recorder.git
cd irc-recorder/
yarn install
yarn start
```You may want to configure the IRC server, port, channels and client nick in the `index.js` file.
## To Do
- improve UI
- add proper configuration options