Skip to content

im-hanzou/partofdream-autodaily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Part of Dream Auto Daily

Part of Dream - DreamerQuest auto daily check-in and spin

Tools and components required

  1. Part of Dream Account, Register here: https://dreamerquests.partofdream.io (Login use Twitter)
  2. Don't forget to connect socials and complete tasks!
  3. Account UserID and Cookies
  4. Python3 Latest
  5. VPS or RDP (OPTIONAL), Get free $200 credit DigitalOcean for 60 days here: Register

Installation

  • Install Python For Windows: Python
  • For Unix:
apt install python3 python3-pip git -y
  • For Termux:
pkg install python python-pip git -y
git clone https://github.com/im-hanzou/partofdream-autodaily

How to get account id and cookies

  • First, login into your Part of Dream Account
  • Open your Browser console CTRL + SHIFT + I or F12
  • Go to Network tab and refresh
  • Search for https://server.partofdream.io/user/session
  • Find your user id, select one and go to Response. Copy your user id image
  • Find your cookie, select one and copy cookies from Request Headers image

Requirements installation

  • Make sure you already in bot folder:
cd partofdream-autodaily

Windows and Termux:

pip install -r requirements.txt

Unix:

pip3 install -r requirements.txt

Run the Bot

  • Windows and Termux:
python main.py
  • Unix:
python3 main.py
  • Then insert your user id and cookies

Notes

  • Run this bot, use my referral code if you don't have one.
  • You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
  • This bot is for educational purposes only.