Showing content on Python Flask
Submitted by knayman on Thu, 12/03/2020 - 13:57
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
Thu, 12/03/2020 - 21:01
Permalink
Hi knayman!H5P.org is not a
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
Fri, 12/04/2020 - 11:57
Permalink
Hi,I would not recommend re
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