Skip to content

ubermensh/builtwith_chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

builtwith_chart

Takes a list of url's as input, produce chart with technology lookup info for each site.

usage

pip install builtwith
pip install prettytable

put a list of sites in input_sites/list.txt, run command

python __init__.py

It will generage 2 file: raw_list.txt and table_list.txt, withd detected technologys used by domains in list, e.g.

+------------------+-----------+-------------------+-----------------------+--------------+-----------------------+-----------+-------------------+-------------------+
|       site       | analytics |    web-servers    | javascript-frameworks | tag-managers | programming-languages | databases |   web-frameworks  | operating-systems |
+------------------+-----------+-------------------+-----------------------+--------------+-----------------------+-----------+-------------------+-------------------+
|    google.com    |           | Google Web Server |                       |              |                       |           |                   |                   |
|    github.com    |           |                   |                       |              |                       |           | Twitter Bootstrap |                   |
| pypi.python.org  |           |       Nginx       |       RequireJS       |              |                       |           |                   |                   |
| en.wikipedia.org |           |        HHVM       |                       |              |          PHP          |           |                   |                   |
+------------------+-----------+-------------------+-----------------------+--------------+-----------------------+-----------+-------------------+-------------------+

Built With (LOL)

  • builtwith - Detect the technology used by a website
  • PrettyTable - Used to generate table with results

License

This project is licensed under the GNU License - see the LICENSE.md file for details

About

creates chart with technology lookup results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages