Skip to content

Web server that is run on a local network to enable easy access to Python scripts

Notifications You must be signed in to change notification settings

fridgelord/HK-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internal web server to interface with Python scripts

Web server that is run on a local network to enable easy access to Python scripts:

Setting up

Clone this repository and in root insert two directories:

  • tyre_price_scraping
  • returns

cloning the corresponding repository to each of the directories.

In root create a server.txt file with the information where you wish to set up the server:

server_address
port

You will also need credentals.txt file in root to be able to send email to users of the server with info:

imap_server
port
login
password

Usage

In your browser go to address set up in server.txt and follow instructions on the website:

About

Web server that is run on a local network to enable easy access to Python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published