Add observations
This release adds parsing of the smartfact observations.data page.
from smart_fact_crawler import observations
obs = observations()
print(obs.runs)
Also, the main page now contains the trigger rate and currents info.
This release adds parsing of the smartfact observations.data page.
from smart_fact_crawler import observations
obs = observations()
print(obs.runs)
Also, the main page now contains the trigger rate and currents info.