Skip to content

ligusta/testTask_Base64AndApiIpQuality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Task: Working with Base64 encoding and IpQuality API

Task:

  1. In the file you need to take a list of base64-encoded ip addresses
  2. Register on www.ipqualityscore.com , get api access (free)
  3. Write a script that will run all ip through this service, collect all data in a csv file.

Decision

  1. TaskBASE64.py decodes the contents of cells in the file "b64.csv" and writes the decoded values to the file "list_ip.csv". As a result: the file "list_ip.csv" has a list of ip addresses.
  2. Task API.py passes the value from the cells of the "list.ip.csv" file through the Ip Quality API and writes all the collected data to "list.csv". As a result: the file "list.csv" has a list of ip addresses and all the information on them.

About

Test Task: Working with Base64 encoding and IpQuality API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages