Skip to content

M23604/bunbunmaru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunbunmaru

Converts website specified by url into a markdown file. Useful for class notes website.

Usage

Run from Binaries

Download the respective binaries depending on your platform.

  • Windows: dist/bbm.exe
  • Linux: dist/bbm/bbm

Run from Source

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

Development

Pyinstaller will automatically build the executable for the platform you are on.

Creating Binaries

  • Windows:
pip3 install pyinstaller
pyinstaller -F --paths=venv/Lib/site-packages bbm.py
  • Linux:
pip3 install pyinstaller --user
pyinstaller bbm.py

TODO

  • Image support
  • OSX Support
  • Check support for major news sites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages