Code Monkey home page Code Monkey logo

Comments (4)

stefa168 avatar stefa168 commented on September 26, 2024

Ho investigato per capire se possiamo "automatizzare" il recupero delle informazioni dalla pagina delle tasse di unito.

Sembra che le varie parti delle sezioni siano recuperabili singolarmente:
image

Tipo per la prima rata il link è questo: https://www.unito.it/field-collection/field-sottoparagrafo-apri-chiudi/15277

Non so se si possa ottenere qualcosa di più semplice, perchè quello che il link restituisce è un'intera pagina HTML.

Sicuramente si può matchare per il tag che è un div e ha come valore dell'attributo about l'URL della pagina intero.


Un altro problema è che magari i link cambiano di anno in anno, e in tal caso la cosa più facile è inserire a mano le informazioni...

from unitobot.

lory9894 avatar lory9894 commented on September 26, 2024

si può fare uno scraper senza troppa fatica, io ho un poco di esperienza a riguardo.
Il problema è proprio il secondo che dici tu, senza un db non si può automatizzare la cosa

from unitobot.

stefa168 avatar stefa168 commented on September 26, 2024

senza un db non si può automatizzare la cosa

Assolutamente, però quello arriverà tra poco. Per ora potremmo fare un mock con un database in-memory con persistenza su un unico file.


Riguardo la possibilità che i link cambino, possiamo sempre segnalare che vengono lanciati errori con lo scraping (#8 )

from unitobot.

stefa168 avatar stefa168 commented on September 26, 2024

Aggiungerei che bisogna in qualche modo creare uno scheduler per i messaggi, tenendo traccia anche di quando sono stati già mandati (o se è stato pianificato qualche invio) usando il DB.

from unitobot.

Related Issues (12)

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.