Skip to content

A python script that, given a csv file, will generate bar and pie charts for top n ISPs countries of a noide distribution list

Notifications You must be signed in to change notification settings

validaoxyz/node-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

node-charts

A python script that, given a csv file with node location data, such as generated by this will generate bar and pie charts for top N ISPs and countries of a node distribution list.

Expects input in the format of:

country,city,lat,long,ASN,ISP,moniker,version

To run:

pip3 install -r requirements.txt
python3 <input-file.csv>

The script will then output a pie chart and bar chart for the top N countries, ISPs, and client versions

About

A python script that, given a csv file, will generate bar and pie charts for top n ISPs countries of a noide distribution list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages