Contact any of the following published endpoints through a browser or code.
Base URL:
https://ei_worker.tylertms.workers.dev
- Fetch a contract archive:
/archive?EID=EIxxxx - Fetch a backup:
/backup?EID=EIxxxx - Check ultra status:
/sub_status?EID=EIxxxx
- Get CSV-formatted farm overview:
/yonFarmInfo?EID=EIxxxx - Get active earning/laying buffs for a given coop
/coop_buffs?EID=EIxxxx&contract=KEV-ID&coop=COOP-NAME- If the EID making the call is found in the coop, its buffs will be excluded.
- Get current contracts and events (periodicals):
/periodicals?EID=EIxxxx - Get contract info (coop status):
/contract?EID=EIxxxx&contract=KEV-ID&coop=COOP-NAME
-
Get equipped artifacts (home farm):
/activeArtifacts?EID=EIxxxx -
Get equipped artifacts (contract farm):
/activeArtifacts?EID=EIxxxx&contract=KEV-ID -
Get artifacts config:
/afx_config?EID=EIxxxx -
Get active missions:
/active_missions?EID=EIxxxx -
Get a completed mission:
/completed_mission?EID=EIxxx&id=ID- id: The mission id as found in the backup
- Get highest/lowest CS change from backup:
/minmaxCxPChange?EID=EIxxxx - Get CS leaderboard:
/leaderboard?EID=EIxxxx&scope=SCOPE&grade=GRADE- Scope: use
/leaderboard_infofor available codes. - Grade:
1= C,2= B,3= A,4= AA,5= AAA.
- Scope: use
- Get CS leaderboard info:
/leaderboard_info - Get season info:
/season_info
-
Clone and open the source
git clone https://github.com/tylertms/ei_worker/cd ei_worker -
Install the required packages
npm install -
Run/deploy the worker
wrangler dev/wrangler deploy