Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 2.82 KB

README.md

File metadata and controls

60 lines (52 loc) · 2.82 KB

blum bot tutorials


how to use .exe file (for my non IT friends)

  1. install ignore-x-frame-headers on chrome or ignore-x-frame-options-header if you use firefox ignore-x-frame-headers image

  2. login to telegram web

  3. launch blum on telegram web

  4. Right Click anywhere on the red area Red Area

  5. choose inspect

  6. go to console tab

  7. type allow pasting (note: you need to type it manually)

  8. 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) alt text

  9. go download the latest version release zip from https://github.com/hikaaam/blum_auto_claim/releases/tag/main

  10. extract the zip file

  11. right click on accounts.json open with notepad

  12. 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"
]
  1. save and done just run the .exe (make sure accounts.json and .exe file on the same folder)

  1. multiple accounts? if you have multiple account just logout telegram web and login with different account, and follow step 3 to 8.
  2. 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.


how to use index.gs file a.k.a google app script (you need a little bit of coding skill)

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 :

  1. go create a google app script app
  2. paste the index.gs into you project
  3. go find variable name accounts and add your login credential there
  4. do a test run on mainFunction
  5. go add a trigger (on the left side of icon)
  6. choose which function to run select on mainFunction
  7. select interval i suggest every 6 hours or 12 hours
  8. after that click save
  9. and you have automated it, congratulations 👏