Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

goofis-ardihikaru

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goofis-ardihikaru

Modules to extract information from Google Finance

  • 0.0.48
  • PyPI
  • Socket score

Maintainers
1

Google Finance Scraper

The Google Finance Scraper is a simple testing example to understand the basics of developing your first Python package.

Deployment

  • Socketify
    • Build:
      docker build -f Dockerfile-socketify -t socketify/develop:0.1 .
      
    • Temp Run (bash):
      docker run --name socketify-service --rm -it --network host socketify/develop:0.1 bash
      
  • API Service
    • Build:
      docker build --no-cache -t scraper-service/develop:0.1 . --build-arg GIT_COMMIT=$(git rev-parse HEAD)
      docker build --no-cache -t jejaktutorialdigitalcom_edutraderidscraper:latest . --build-arg GIT_COMMIT=$(git rev-parse HEAD)
      docker build --no-cache -t jejaktutorialdigitalcom_edutraderidupdater:latest . --build-arg GIT_COMMIT=$(git rev-parse HEAD)
      
    • Run:
      docker run --name scraper-api-service --rm -it --env-file ./.env --network host scraper-service/develop:0.1
      

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc