Converts website specified by url into a markdown file. Useful for class notes website.
Download the respective binaries depending on your platform.
- Windows:
dist/bbm.exe
- Linux:
dist/bbm/bbm
git clone https://github.com/m21404/bunbunmaru.git
cd bunbunmaru/
pip3 install -r requirements.txt
python3 bbm.py ./sample.md https://www.newyorker.com/books/page-turner/thoreau-in-love
Pyinstaller will automatically build the executable for the platform you are on.
- Windows:
pip3 install pyinstaller
pyinstaller -F --paths=venv/Lib/site-packages bbm.py
- Linux:
pip3 install pyinstaller --user
pyinstaller bbm.py
- Image support
- OSX Support
- Check support for major news sites