Skip to content

gspagoni/python3-ionapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python3-ionapi

in order to use this example you need to have installed python3

once installed python open a command window and type

python --version

unzip the python3-ionapi file in a folder

create a folder in your drive and unzip the chromedriver.zip file open the oauth2.py file and replace the path in the command

chrome_driver = 'E:/chromedriver_win32/chromedriver.exe'

with the path of the created folder

open a command window and go to the folder where you have unzipped the python3-ionapi file

pip install selenium

after selenium has been installed type python oauth2.py

image

provide a folder that contains files with extension .ionapi

image

image

type a number corrisponding to the file you want to use if the file doesn't contain the redirect URL you are prompted to enter it

image

image

the script reads the file and display the details and open a browser

image

image

provide your credential

image

allow

the script makes the authentication and call the api for displaying the user details and close the browser

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages