https://github.com/67p/rs-messages-importer
CLI for importing chat messages to RemoteStorage accounts
https://github.com/67p/rs-messages-importer
Last synced: about 2 months ago
JSON representation
CLI for importing chat messages to RemoteStorage accounts
- Host: GitHub
- URL: https://github.com/67p/rs-messages-importer
- Owner: 67P
- Created: 2015-06-28T14:18:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T19:49:41.000Z (over 7 years ago)
- Last Synced: 2023-10-25T13:20:19.446Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemoteStorage Messages Importer
A CLI for bulk-importing chat messages to RemoteStorage accounts.
This program uses the chat-messages module to import your existing log files
from bouncers and clients to your remote storage. In order to log future
messages directly to your storage, you could use e.g. our
[hubot-remotestorage-logger](https://github.com/67P/hubot-remotestorage-logger).Currently supported formats:
* [ZNC](http://wiki.znc.in/ZNC) log files
Planned:
* [WeeChat](https://weechat.org/)
## Installation
* Clone this repository
* `npm install`(TODO: add binary and publish npm package)
## Usage
npm run importer -- --help
The URLs of your imported logs will look something like this:
https://storage.5apps.com/kosmos/public/chat-messages/irc/freenode/channels/remotestorage/2015/06/17
When using the `--rs-public` option, log files are imported to your public
folder, but direct messages are not imported at all.