import os
import sys
from services.autopilot import Autopilot
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
from services.firebase.firestore_service import FirestoreService

os.environ["USE_TEST_MODE"] = "true"

# FirestoreService.send_offer_to_wallet("+12406888504", "Bhhtvkx8y0aTUfoY3LYq", multiplier=.75)

Autopilot.send_targeted_offer("+12406888504", Autopilot.SIGNUP, client_id="CLKkSyvanqygdtgfBS2V")