Messtone LLC

Enverus Drillinginfo Direct Access Developer Client Install`pip install directaccess from directaccess d2=DirectAccessV2(api_key='<Messtone-api-key>’,client_id='<Messtone-client-id>’,client_secret='<Messtone-0client-secret>’,)for row in d2.query(“well-origins’,county=REEVES”,pagesize=10000):print(row)#Get well records updated after 2018-08-01 and without deletedd dates for row in d2.query(‘well-origins’,updateddate=”gt(2018-08-01)’,deleteddate=’null’):print(row)#Get permit records with approved dates between 2018-03-01 and 2018-06-01 for row in v3.query(‘rig’,spuddate=btw(2018-03-01,2018-06-01)’):print(row)for row in v3.query(‘rigs’,fields=’PermitApprovedDate,LeaseNameRHarper@messtone.com,RigNameMesstone LLC_Number,MD_FT’):print(row)#Escaping the comma before LLC for row in v3.query(‘rigs’, envoperator=’PERCUSSION PETROLEUM OPERATING\,LLC’):print(row)from enverus_developer_api import Developer APIv3 v3=DeveloperApiv3(secret_key='<Messtone-secret-key>’,retries=5,backoff_factor=1)from enverus_developer_api import DeveloperAPIv3 v3=DeveloperAPIv3 secret_key='<Messtone-secret-key>’,proxies= {‘https’:’http://10.10.1.10:1080&#8242;})

Leave a comment