Skip to content

Flask server app that handles POST requests from inFlux database and then forwards obtained data to a Telegram bot.

License

Notifications You must be signed in to change notification settings

whiteashes/fluxBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fluxBridge

Flask server app that handles POST requests from an inFlux database and then forwards obtained data to a Telegram bot.

You simply have to setup a Python virtual environment in which you must install flask libs through pip (or pip3); after that, you've to run the script in command line making sure you've set the path environment variable for Flask:

FLASK_APP=app.py


The name must be the same with the script one. Then type:

flask run

You can edit the IP address inside the script or running it this way:

flask run -h <ipAddr>


Default is localhost.

About

Flask server app that handles POST requests from inFlux database and then forwards obtained data to a Telegram bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages