Skip to content

Webscraper to create a list of Blender releases

License

Notifications You must be signed in to change notification settings

Bean-Tools/blender-release-list

blender-release-list

This is a peer dependency of blender-release. It is a list of all the Blender releases, with their download links, and their release dates. You can view the current list on blender-releases.bean.tools.

The code is a bit messy since it is parsing HTML, but it's the best we can do for now. See DotBow/Blender-Launcher Issue #213 for further discussion on why we generate a cached response instead of scraping the Blender servers directly.

How to use

You can either generate a binary file or run the code directly with cargo run. The binary file is generated with cargo build --release.

The list that is generated will be written to STDOUT. You can redirect it to a file, or pipe it to another program.

Library

This project also shares a library which is used by Blender Beans. It exports the current struct of the release list for use with serde in Blender Beans.

About

Webscraper to create a list of Blender releases

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published