Giter Club home page Giter Club logo

Comments (3)

alexanderjackson avatar alexanderjackson commented on August 24, 2024

It did not work on Ubuntu 16.04 and 20.04 for me. However, I got it working with the following steps in Ubuntu 18.04:

  1. Install ruby, bundler and git:
apt update
apt install ruby ruby-bundler git -y
  1. Clone the repo
cd /usr/src/
git clone https://github.com/bigbluebutton/bbb-events.git
cd bbb-events/
  1. Install the dependencies
bundle install --path vendor/bundle
  1. Now save your events file to ./events.xml

  2. Then extract the data from ./events.xml like this:

bundle exec ./example.rb ./events.xml
  1. The extraction should have created these two files:
root@bbb-events:/usr/src/bbb-events# ls -ahl data.*
-rw-r--r-- 1 root root 171 Jun  9 21:37 data.csv
-rw-r--r-- 1 root root 735 Jun  9 21:37 data.json

Hope this helps getting started..

from bbb-events.

jstiger2469 avatar jstiger2469 commented on August 24, 2024

@alexanderjackson bundle exec ./example.rb ./events.xml how could i do this in a ruby script

Thanks

from bbb-events.

alexanderjackson avatar alexanderjackson commented on August 24, 2024

@alexanderjackson bundle exec ./example.rb ./events.xml how could i do this in a ruby script

Thanks

Not sure what you mean. ./example.rb is already a ruby script which is executed with bundler.

from bbb-events.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.