-
install ignore-x-frame-headers on chrome or ignore-x-frame-options-header if you use firefox
-
login to telegram web
-
launch blum on telegram web
-
choose inspect
-
go to console tab
-
type
allow pasting
(note: you need to type it manually) -
then copy and paste this script into console
copy(Telegram.WebApp.initData)
(now you have your login credential in your clipboard, do not share this to anyone) -
go download the latest version release zip from https://github.com/hikaaam/blum_auto_claim/releases/tag/main
-
extract the zip file
-
right click on
accounts.json
open with notepad -
paste your login credential that you get from step 8 into
accounts.json
and save it important !! you have to paste it correctly in this exact format (just add double qoute""
in first and last, it will look like this)
[
"yourlogincredential"
]
- save and done just run the .exe (make sure accounts.json and .exe file on the same folder)
- multiple accounts? if you have multiple account just logout telegram web and login with different account, and follow step 3 to 8.
- now to paste in
accounts.json
, you need the same format but add comma into previous account it should look like this.
[
"yourlogincredential1",
"yourlogincredential2",
"yourlogincredential3"
]
last account should not have comma.
Google app script is used to automatically run your script without having to execute it manually, i am not gonna explain you in detail how to use this, because it need coding skill.
if you insist want to make an automate app script without coding skill, i have detailed tutorial on genshin hoyolab login page, just take a look there as reference https://github.com/hikaaam/hoyolab-auto-login-multi-account
now back to blum app script tutorial :
- go create a google app script app
- paste the
index.gs
into you project - go find variable name
accounts
and add your login credential there - do a test run on
mainFunction
- go add a trigger (on the left side of icon)
- choose which function to run select on
mainFunction
- select interval i suggest every 6 hours or 12 hours
- after that click save
- and you have automated it, congratulations 👏