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

mobile-vikings-scraper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-vikings-scraper

Scraper for Mobile Vikings in Poland

  • 1.0.3
  • PyPI
  • Socket score

Maintainers
1

Mobile Vikings scraper

This library is a web-scraper to get data about your account on Mobile Vikings (in Poland)

Usage is super simple:

import mobilevikings_scraper

# Get a dict with all the data
stuff = mobilevikings_scraper.scrape('your_login_email', 'password')

# You can play around with what you will find in this dict:
gb = float(stuff['services'][0]['pointer_description'][:-2])
print(f'You have {gb} GB of internet left')

if gb > 100:
    print('Niiiiice')
elif gb < 1:
    print('WHAAAT!!!')

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