Skip to content

benhunter/FlaskUserAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskUserAgent

Flask web app that displays your user-agent.

Setup

Prerequisites

  • Python 3 installed and on your path
  • Git installed and on your path

Download the Git repository

$ git clone https://github.com/benhunter/FlaskUserAgent

Make a Python Virtual Environment

$ cd ./FlaskUserAgent
$ python3 -m venv venv

Install the Python requirements

$ pip install -r requirements.txt

Run app.py (might need Administrator/root rights)

$ python app.py
$ curl http://127.0.0.1
$ wget http://127.0.0.1

About

Flask website that displays your user-agent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages