Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
.. image:: https://badge.fury.io/py/py-google-shopping.svg :target: https://badge.fury.io/py/py-google-shopping :alt: Package Version
Python client for Google Content API for Shopping v2.1
.. code-block:: bash
pip install py-google-shopping
Basic
.. code-block:: bash
export GOOGLE_SHOPPING_CLIENT_ID=my_client_id export GOOGLE_SHOPPING_CLIENT_SECRET=my_client_secret export GOOGLE_SHOPPING_REFRESH_TOKEN=my_refresh_token
.. code-block:: python
from google_shopping import Merchant merchant_id = '536476575676' merchant = Merchant(merchant_id, country_code='UK')
product_resource = merchant.products.get(1234)
products = list(merchant.products.list())
for product in merchant.products.list(): print product.title
product = Product.objects.order_by('?').first() merchant.products.delete(product.id)
License stuff is here
_.
.. _here: https://moatsystems.com/mit/
This version is a backport of the previous version by Nam
_ Ngo. We'll continue to support it! 😉
FAQs
Python client for Google Shopping API
We found that py-google-shopping demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.