Skip to content

tudeiy/dormintod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dormintod

Auto Claim for dormint / sleepcoin on Telegram

Table of Contents

Features

  • Auto Claim
  • Multi Account Support

Register

Click the followling link to register : https://t.me/dormint_bot?start=629438076

How to Use

Windows

  1. Make sure you computer was installed python and git.

    python site : https://python.org

    git site : https://git-scm.com/

  2. Clone this repository

    git clone https://github.com/akasakaid/dormintod.git
  3. goto dormintod directory

    cd dormintod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data token in data.txt, find you token in How to Find Account Token. One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Linux

  1. Make sure you computer was installed python and git.

    python

    sudo apt install python3 python3-pip

    git

    sudo apt install git
  2. Clone this repository

    git clone https://github.com/akasakaid/dormintod.git
  3. goto dormintod directory

    cd dormintod
  4. Install the require library

    python3 -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data token in data.txt, find you token in How to Find Account Token. One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Termux

  1. Make sure you termux was installed python and git.

    python

    pkg install python
    

    git

    pkg install git
    
  2. Clone this repository

    git clone https://github.com/akasakaid/dormintod.git
  3. goto dormintod directory

    cd dormintod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data token in data.txt, find you token in How to Find Account Token. One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

How to Find Account Token

How to find you account token

  1. Active dev tool first https://youtu.be/NYxHmck_GjE

  2. Open bot and open dev tool

  3. Go to network tab

  4. Select Fetch/XHR for type (below filter box)

  5. Choose one of visible urls (info,status,or etc)

  6. Click and switch to payload tab

  7. Copy token in auth_token value on payload tab, example token:

    Payload tab content :

    {"auth_token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjAyMzgxMTksInRnX2lkIjoiNjI5NDM4MDc2In0.SE6QqkY18-mGBEkzwnXq2-kZJSgZ8hE4qB8A3Fmemek"}
    

    Copy into like example in below and paste on data.txt

    eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MjAyMzgxMTksInRnX2lkIjoiNjI5NDM4MDc2In0.SE6QqkY18-mGBEkzwnXq2-kZJSgZ8hE4qB8A3Fmemek
    

Discussion

If you have an question or something you can ask in here : @sdsproject_chat

Support

To support me you can buy me a coffee via website in below

Thank you < 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%