You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samuel Pua 5283e12b63 Chore(build): New windows binary 2 years ago
dist Chore(build): New windows binary 2 years ago
README.md Feat(shop-checker): First commit 2 years ago
main.py Feat(filter): Added trait filter 2 years ago
requirements.txt Feat(shop-checker): First commit 2 years ago

README.md

Darktide Shop Notifier

About

Notifies available items at shop

Build

Execute the following to get prerequisites

pip3 install -r requirements.txt

Preparation

You will need to obtain the following information ahead of execution:

  • Telegram Webhook URL
  • Atoma Refresh JWT Token

To obtain the necessary information, conduct the following steps: Step 1: Login to https://accounts.atoma.cloud/ Step 2: Go to developer console and find the request URL (/queue/refresh), and copy the Bearer token (e.g. eyJh....)

  • Go to developer console and click on the Network tab
  • Refresh the page
  • Find the request URL (/queue/refresh) and look for the request header section
  • Copy the Bearer token (e.g. eyJh....) Step 3: Register for a Telegram webhook using @WebhookEverythingBot (type /help to see instructions, /register_webhook_body to register token)

Run

Execute the following to run the Python script

python3 main.py