Code Monkey home page Code Monkey logo

pyliad's Introduction

Come suggerisce il nome, Pyliad è un semplice script realizzato in Python che effettua il login sul sito di Iliad e restituisce tutte le informazioni sulla propria linea ed i relativi consumi sia in Italia che all'estero.

Requisiti

  • requests
  • BeautifulSoap

Entrambi i moduli si possono installare tramite pip scaricando il file requirements.txt e lanciando il comando:

pip install -r requirements.txt

Utilizzo

Una volta scaricato lo script è necessario inserire le proprie credenziali nella riga 8 sostituendo VOSTRO_ID_UTENTE e VOSTRA_PASSWORD rispettivamente con l'ID utente generato da Iliad e la password di accesso al sito. In seguito salvare il file ed eseguirlo col comando:

python pyliad.py

pyliad's People

Contributors

nicuz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

valerio-vaccaro

pyliad's Issues

Aggiunta file requirements.txt

Per installare automagicamente le dipendenze puoi aggiungere al repo il file requirements.txt così da poter dare pip install -r requirements.txt

La sintassi del file dovrebbe essere circa così:

requests==2.18.4
BeautifulSoup==3.2.1

Dovrebbe diventare tutto più veloce e più facile da mantenere (tipo che se la versione nuova di requests rompe tutto puoi specificare la versione da installare) ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.