Code Monkey home page Code Monkey logo

etherparser's Introduction

Etherpadparser

This tool allows to view chronological changes in a BBB Etherpad known as "Geteilte Notizen"

Requirements

  • Python >=3.8.5
  • Tkinter

Ubuntu:

sudo apt install python3-tk python3-pip git
git clone https://github.com/etsstiffler/Etherparser
cd Etherparser
pip3 install -r requirements.txt
python3 etherparser.py

Installation (if only python3 is installed)

git clone https://github.com/etsstiffler/Etherparser
cd Etherparser
pip install -r requirements.txt

Usage

Notice: You need an .etherpad-file from BBB. Hit "Geteilte Notizen->Export", choose Etherpad an save the file.

Commandline:

python cli-etherparser.py /path/to/etherpadfile

This will read the etherpad file and saves the output to <etherpadfile>.log in the same directory.

There are more options you can use:

usage: cli-etherparser.py [-h] [-l] [-c] [-u] [-a] [--sep SEPARATOR]
                          [-o OUTPUT_DIR]
                          file [file ...]

Convert one ore more etherpad files into a readable format.

positional arguments:
  file               the etherpad files to parse

optional arguments:
  -h, --help         show this help message and exit
  -l, --log          export the etherpad content in a log like format
  -c, --csv          export the etherpad content in a csv format
  -u, --author-list  export the etherpad content as a list of the authors
                     along with their contributions
  -a, --all          export the etherpad content in all formats
  --sep SEPARATOR    the separator used for CSV files
  -o OUTPUT_DIR      the output directory

Using the GUI

  • Windows: Use the latest .exe file from releases.
  • Linux:
python etherparser.py

Building EXE-File (requires pyinstaller on Windows)

pyinstaller -wF -i 'logo.ico' --clean --add-data="logo.ico;." .\etherparser.py

etherparser's People

Contributors

bluemysticcube avatar etsstiffler avatar

Stargazers

hoenes avatar

Watchers

 avatar

etherparser's Issues

False antivirus detection

Latest release is detected as virus from various AV software.

This is a bug from pyinstaller and connected to the default icon.

Installation auf Ubuntu 20.04

Hallo!

Ich bin neu auf github und kenne mich noch nicht so gut aus :-)
Irgendwie schaut das jetzt anders aus, als letztens, wo hier noch die Linxu-Anleitung stand. Damit hatte ich etwas Probleme, Du schriebst aber im BBB-Forum, man sollte hier schreiben, also mache ich das.
Unter Ubuntu 20.04 hat es bei mir so funktioniert:

sudo apt install python3-tk python3-pip git
git clone https://github.com/etsstiffler/Etherparser
cd Etherparser
pip3 install -r requirements.txt
python3 etherparser.py

Danke für das geile Ding, jetzt fühlen sich alle in BBB deutlich sicherer, ohne die geteilten Notizen abschalten zu müssen.

LG
Max

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.