Skip to main content

Scraper for Mobile Vikings in Poland

Project description

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!!!')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mobile_vikings_scraper-1.0.3-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page