mu/browse_slack
Kartik K. Agaram 6477c46465 slack: parse users 2021-08-10 13:58:14 -07:00
..
README.md . 2021-08-08 11:15:22 -07:00
convert_slack.py . 2021-08-10 09:13:59 -07:00
environment.mu . 2021-08-07 22:57:15 -07:00
main.mu slack: parse users 2021-08-10 13:58:14 -07:00
test_data slack: import some test data 2021-08-10 10:03:32 -07:00
vimrc.vim . 2021-08-07 22:57:15 -07:00

README.md

To try it out:

  1. Import a Slack archive into the data disk by following the instructions at the top of browse_slack/convert_slack.py.

  2. Build the code disk.

./translate browse_slack/*.mu
  1. Run the code and data disks:
qemu-system-i386 -m 2G -hda code.img -hdb path/to/data.img