flask-sharex is a flask image destination server to upload screenshots to from the ShareX client. The project was made in Python, with the Flask microframework.
In server.py, configure storage_folder and secret_key variables to your desired vaules.
- Under destination settings, head over to custom uploaders and import the config that is included within the repository.
- Set the secret_key under arguments to the value of the secret_key variable in server.py.
- Ready to go!
flask-sharex is under the GNU General Public License.