Skip to main content

Reverse engineered API of Freenet FUNK

Project description

Freenet FUNK API

Introduction

Freenet FUNK is cellphone tariff that offers unlimited (or 1 GB of) 4G data. The tariff is can be started, stopped and paused daily.

To make the most out of this flexibility, I reverse engineered the API to give anyone the ability to develop amazing apps on their own!

Prerequisites

  • Python >=3.2
  • pip

Installation

git clone https://github.com/lagmoellertim/freenet-funk-api.git

cd freenet-funk-api

python3 setup.py install

Build

git clone https://github.com/lagmoellertim/freenet-funk-api.git

cd freenet-funk-api

python3 setup.py sdist bdist_wheel

Usage

Initialize the API

from funkapi import FunkAPI
api = FunkAPI("*username*", "*password*")

Get a Token (not really necessary to do that manually but I left the option)

token = api.getToken()

Initialize the API with a predefined Token

from funkapi import FunkAPI
api = FunkAPI("", "", token="*token*")

Check the validity of a Token (also not really necessary to do manually)

isValid = api.testToken("*token*")

Get Dashboard Data (includes every piece of data FUNK stores of you)

data = api.getData()

Get Personal Information (email, name, birthday, …)

personalInfo = api.getPersonalInfo()

Get a List of your ordered Products

products = api.getOrderedProducts()

Get the currently active Tariff

currentTariff = api.getCurrentTariff()

Order the 1GB Tariff

status = api.order1GBTariff()

Order the unlimited Tariff

status = api.orderUnlimitedTariff()

Start a Break

status = api.startPause()

Stop the latest Product (includes stopping a break)

status = api.stopLatestTariff()

Contributing

If you are missing a feature or have new idea, go for it! That is what open-source is for!

Author

Tim-Luca Lagmöller (@lagmoellertim)

Donate

You can also contribute by buying me a coffee.

License

MIT License

Copyright © 2019-present, Tim-Luca Lagmöller

Have fun :tada:

Project details


Download files

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

Source Distribution

freenet-funk-api-0.1.4.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

freenet_funk_api-0.1.4-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file freenet-funk-api-0.1.4.tar.gz.

File metadata

  • Download URL: freenet-funk-api-0.1.4.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for freenet-funk-api-0.1.4.tar.gz
Algorithm Hash digest
SHA256 805d42e6fa9275a436824f4f0acf1e0c89fec966c48826b296437a5ac2e6812c
MD5 de7b786e77f38fd33d39cd65b9f594cd
BLAKE2b-256 6abad413556fe9aabb8d9e1aac5d3127a4ca4e345c3262b953d9d9857acfed46

See more details on using hashes here.

File details

Details for the file freenet_funk_api-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: freenet_funk_api-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for freenet_funk_api-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 28b5fcfd2519c3f0d449800c8de5102291575fbdc6d3af0f129dcf896cbd6772
MD5 17183a7584dead3fff2bc6f682665ffb
BLAKE2b-256 4f22da090f4ee0e58c46d05a22f858b8379563f6ebe6a0358f16e88bbe0bfaf4

See more details on using hashes here.

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