Initial commit

This commit is contained in:
Artyom Belousov 2026-02-08 01:01:17 +03:00 committed by Artyom Belousov
commit ea042c33ba
26 changed files with 4452 additions and 0 deletions

18
.env.template Normal file
View file

@ -0,0 +1,18 @@
TELEGRAM_API_URL=https://api.telegram.org
TELEGRAM_SECRET=
TELEGRAM_TOKEN=
TELEGRAM_CALLBACK_URL=
VK_API_URL=https://api.vk.ru
VK_TOKEN=
VK_SECRET=
VK_CONFIRMATION_CODE=
SCG_SEARCH_URL=https://starcitygamesv2.searchapi-na.hawksearch.com
SCG_CLIENT_GUID=cc3be22005ef47d3969c3de28f09571b
SCG_DISPLAY_URL=https://starcitygames.com
SCG_MAX_OFFERS=5
SCRYFALL_URL=https://api.scryfall.com
BIND_ADDRESS=0.0.0.0:3000