A bot for Piggy Boom game at https://apps.facebook.com/cos_th_pig/
- Python 2.7.x
- Python requests (Cài đặt qua pip bằng lệnh "pip install requests")
- Clone repo này
- Vào trang https://developers.facebook.com/tools/debug/accesstoken/?app_id=1707883516108963
- Copy token của app (bên trái nút "Debug")
- Paste token vào file token.txt và lưu lại
- Mở bash/cmd và di chuyển đến thư mục repo
- Chạy lệnh "python piggyboom.py"
- Tận hưởng :3
- Bot sẽ login vào app bằng access token của bạn và tự động spin qua HTTP requests.
- Nếu bạn spin vào ô "Fire", bot sẽ đợi bạn 30s để bắn.
- Nếu bạn spin vào ô "Steal", bot sẽ tự tìm king trong friendlist của bạn, nếu tìm không ra thì chọn bừa cái ở giữa (kiểu gì cũng được tiền mà :)) )
- Nếu bạn hết lượt quay thì bot sẽ đợi đến khi có thêm lượt và lặp lại những bước trên.
- Python 2.7.x
- Python requests (Install it by running "pip install requests")
- Clone this repo
- Go to https://developers.facebook.com/tools/debug/accesstoken/?app_id=1707883516108963
- Copy your app token, the one in the left of the "Debug" button
- Paste your token into token.txt and save it off
- Open bash/cmd and navigate to your repository folder
- Execute "python piggyboom.py"
- Enjoy
- The bot will login to the app with your access token and spin automatically via HTTP requests.
- If you spin onto "Fire", the bot would wait 30 seconds for you to fire.
- If you spin onto "Steal", it would try to find out and steal the king automatically if that person is in your friendlist, else it would pick the middle one.
- When you're out of spinning turn, the bot would delay until the next cool-down and repeat all the steps above.