Showing content on Python Flask

Forums: 

Hello,

I'm moving my Wordpress website to a Flask website that I made from scratch. But I want to move my H5P content as well.

How can I show H5P on my Flask website which uses Python language as its backend operations?

I just want to show those contents, I don't need the editor.

or...

Can I just uplaod my content on here, H5P.org and pull those onto my HTML page? What are the limitations of hosting H5P content on here?

otacke's picture

Hi knayman!

H5P.org is not a platform for hosting at all - but for trying it out as is mentioned all over the place.

If you don't want to have the editor, you'd still have to port the core library to Python (https://github.com/h5p/h5p-php-library) or possibly port the (outdated) standalone-H5P wrapper at https://github.com/tunapanda/h5p-standalone

Best,

Oliver 

serettig's picture

Hi,

I would not recommend re-implementing the core in Python for a single website. This is a massive undertaking! I'd recommend using tunapanda's standalone wrapper. It works fine in most cases

Sebastian