معرفی شرکت ها


aws-marketplace-ubuntu-scraper-0.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CLI to return the Ubuntu AMIs in AWS marketplace
ویژگی مقدار
سیستم عامل -
نام فایل aws-marketplace-ubuntu-scraper-0.0.8
نام aws-marketplace-ubuntu-scraper
نسخه کتابخانه 0.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Philip Roche
ایمیل نویسنده phil.roche@canonical.com
آدرس صفحه اصلی https://github.com/philroche/aws-marketplace-ubuntu-scraper
آدرس اینترنتی https://pypi.org/project/aws-marketplace-ubuntu-scraper/
مجوز GPLv3
# AWS Marketplace Ubuntu AMI Scraper CLI to return the Ubuntu AMIs in AWS marketplace ## Basic setup Install from [PyPi](https://pypi.org/project/aws-marketplace-ubuntu-scraper/) ``` $ pip install aws-marketplace-ubuntu-scraper ``` ... OR ... Install the requirements manually: ``` $ pip install -r requirements.txt ``` You will also need [Firefox](https://www.mozilla.org/en-US/firefox/new/) installed and [geckodriver](https://github.com/mozilla/geckodriver/releases) available in your PATH. I recommend you create a new IAM user with no permissions granted. Ensure that you have opted in to all the AWS regions that are opt in only and that you want quicklaunch listings for. You will also need to set up your aws credentials for use with [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html) Run the application: ``` $ python -m aws_marketplace_ubuntu_scraper --help # Print details of the Ubuntu quicklaunch entries for each region $ python -m aws_marketplace_ubuntu_scraper quicklaunch --iam-account-id="YOUR IAM ACCOUNT ID" --iam-username="YOUR IAM USERNAME" --iam-password="YOUR IAM PASSSWORD" # Print details of the Ubuntu marketplace listings $ python -m aws_marketplace_ubuntu_scraper marketplace ``` To run the tests: ``` $ pytest ```


نیازمندی

مقدار نام
- boto3
- click
- pytest
- selenium
- selenium-wire
- requests
- beautifulsoup4
- joblib


نحوه نصب


نصب پکیج whl aws-marketplace-ubuntu-scraper-0.0.8:

    pip install aws-marketplace-ubuntu-scraper-0.0.8.whl


نصب پکیج tar.gz aws-marketplace-ubuntu-scraper-0.0.8:

    pip install aws-marketplace-ubuntu-scraper-0.0.8.tar.gz