Socket
Socket
Sign inDemoInstall

eprice-pkg-ZeroAutumn

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eprice-pkg-ZeroAutumn

This package alows the user to get selected e-commerce product's title and price as tuple according to the user's input url.


Maintainers
1

Readme

This package alows the user to get an e-commerce product's title and price as tuple according to the user's input url.

List of e-commerce websites that can be requested through this package:

*Amazon
*Flipkart
*Snapdeal
*Alibaba
*Reliance digital

Importing and using the package:

''' python from eprice_pkg import eprice

Title,Price=eprice.getAmazon(url)

Title,Price=eprice.getAlibaba(url)

Title,Price=eprice.getFlipkart(url)

Title,Price=eprice.getSnapdeal(url)

Title,Price=eprice.getReliancedigital(url) '''

NOTE: be aware of the region you request for because the functions retunrs the prices acording to the url the user searches for.

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc