Skip to content

A Flask Server to pass URLs to a Document Processor for EReaders

License

Notifications You must be signed in to change notification settings

KeithTheEE/ereader_Flask_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A Flask Server for an E Reader: Version 0.0.01

This is one of a few key programs in an EReader Document Processor.

This is a really simple bodge to get a chrome and firefox extension to call a python script.

The easiest way I could get that to work was by making the extension send a post request to a local server. The local server would verify the post request, then call the python script, passing along the url of the page the python program.

This design is surprisngly useful, and might be expanded for a bioinformatics/ncbi extension as well.

License

This server is open source licensed under the MIT License

About

A Flask Server to pass URLs to a Document Processor for EReaders

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages