Skip to content

gregpatton/Python-101---AppMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppMap

Web Applicaiton Mapping Using Python

This Python 2.7.4 script accepts a url as a command line argument and gathers basic information about the site from other web resources. The output is a web report, report.htm.

Sample Execution

$ python appmap.py www.facebook.com

Imports

sys, urllib, urllib2

Disclaimer

This is my first experiment with GitHub and Python. I plan to add additional look-ups, improve the parsing of data, and eventually output a nice looking report.

About

Web Applicaiton Mapping Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages