Skip to content

Python Notebook for scrapping description and code of AWS CLI

Notifications You must be signed in to change notification settings

Pranav082001/aws_cli_scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

aws_cli_command_scrapping

Web scrapping description and code of AWS CLI from official documentation site.

Reference- https://docs.aws.amazon.com/cli/latest/reference/ec2/

Step1-

Extracting Names of all avilable commannds and their seperate hyperlink of further detailed documentation of individual command.

Screenshot (1022)

Output- Command name, link for seperate documentation page

Step2-

Looping over all the links. After getting the link of documentation for indivisual documentation extracted Aim, Command description and code example by selecting the appropriate html tag/class .

Screenshot (1023)

Output

For demo purpose extracted around 200 aws-ec2 commands and description

image

About

Python Notebook for scrapping description and code of AWS CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published