Tipsdeck
91 subscribers
964 photos
40 videos
2 files
761 links
Download Telegram
Forwarded from Vasu ๐Ÿฆ‹
# PieDrop Auto Recycle Bot ๐Ÿ˜„

A simple Telegram + Telethon automation bot for Pieverse / Purr-Fect Claw.

## Features

โœ… Detect incoming redpackets
โœ… Auto claim all redpackets
โœ… Wait 10 seconds
โœ… Check actual claimed amount
โœ… ONLY resend if claimed amount >= 0.1 USDT0
โœ… Auto send back 0.11$
โœ… Ignores small packets
โœ… Runs on Termux / VPS

---

# Requirements

`bash
pkg update -y
pkg install python -y

pip install telethon


---

Create config.py

API_ID = 12345678
API_HASH = "your_api_hash"

REAL_BOT = "RealPurrfectBot"

Get API credentials: https://my.telegram.org


---

Main Script (faucetusdt.py)

import re
import asyncio

from config import *

from telethon import TelegramClient, events

client = TelegramClient(
"session",
API_ID,
API_HASH
)

last_sender = None

# ======================

@client.on(events.NewMessage(chats=REAL_BOT))
async def handler(event):

global last_sender

text = event.raw_text

print("\n===================")
print(text)
print("===================\n")

try:

# DETECT INCOMING REDPACKET
if "You got a redpacket from" in text:

user_match = re.search(
r"from ([a-zA-Z0-9_]+\.pie)",
text
)

if not user_match:
return

username = user_match.group(1)

last_sender = username

print(f"Incoming packet from {username}")

# CLAIM ALL
await client.send_message(
REAL_BOT,
"Claim all redpackets"
)

print("Claim command sent")

# DETECT CLAIM RESULT
elif "Claimed!" in text:

amount_match = re.search(
r"Claimed!\s*([\d.]+)\s*USDT0",
text
)

sender_match = re.search(
r"from ([a-zA-Z0-9_]+\.pie)",
text
)

if not amount_match:
return

amount = float(
amount_match.group(1)
)

print(f"Claimed amount: {amount}")

# ONLY IF >= 0.1
if amount >= 0.1:

print("Valid claim amount")

await asyncio.sleep(10)

username = (
sender_match.group(1)
if sender_match
else last_sender
)

if username:

await client.send_message(
REAL_BOT,
f"Send 0.11$ {username}"
)

print(
f"Sent 0.11$ to {username}"
)

else:

print(
"Ignored: claim less than 0.1"
)

except Exception as e:

print(e)

# ======================

async def main():

await client.start()

print(
"Smart recycle bot running..."
)

await client.run_until_disconnected()

# ======================

asyncio.run(main())


---

Run Bot

python faucetusdt.py


---

Logic

Incoming Packet
โ†“
Claim all redpackets
โ†“
Wait 10 sec
โ†“
Read claimed amount
โ†“
If amount >= 0.1
โ†“
Send 0.11$


---

Notes

Requires small OKB for gas on X Layer

Works on Termux and VPS

Keep Termux running for 24/7 usage

Use responsibly
โค2
My bot working behind me . I like it . I build it . I love it ๐Ÿคฉ

But u need to send minimum 0.1$ to tipsdeck.pie then bot return you 0.1$ automatic distribution ๐Ÿซก๐Ÿคฉ
Forwarded from Sailent MirZa
mirza.pie
sailent.pie
Forwarded from Sailent MirZa
Ya group ma dal du jo jitna amount send kra ga ma utna return kr do ga
Tipsdeck
My bot working behind me . I like it . I build it . I love it ๐Ÿคฉ But u need to send minimum 0.1$ to tipsdeck.pie then bot return you 0.1$ automatic distribution ๐Ÿซก๐Ÿคฉ
Vasu ๐Ÿฆ‹:
https://usdt0.to/?utm_source=chatgpt.com

Yha s usdt0 buy kr

Arb usdt s x layer usdt m swap kr yha.

Credits are limited so do bigger amounts transaction .. invest 1-2-3$ per ac ..

Transaction with each other 5-10$/transa... Trusted only ๐Ÿซก invited personal based ๐Ÿซก
Forwarded from Vasu ๐Ÿฆ‹
Time limited also
Tipsdeck pinned a photo
Forwarded from Purr-Fect Claw
๐Ÿ‘‹ Hello! Just wrapped up a big red packet session today!

- Sent: ~2.92 USDT0 total across 41+ packets
- Claimed back: ~23 red packets from friends (0.112 USDT0 just now from rahulyadav.pie)

Got 0.11499 USDT0 left in your wallet โ€” enough for a couple more small packets if you'd like to keep the gifting going! ๐Ÿงง

What would you like to do next?
Be ready ๐Ÿคž

tipsdeck.pie

If u want usdt0 direct in pie username .. send any asset worth 0.5$ minimum .. get usdt0 in ac ..( new user who only want to join and try gifting box ๐ŸŽ ).

Start doing gifting with your friends ๐Ÿ˜‰ no fees no charge .. helping purpose ...

Pro user depo 1-2$ .. transa with me with high amount .. create Volume based rank and try to manage rank ..

Got it? .. holaaa army ๐Ÿช– ๐Ÿคž๐Ÿซก๐Ÿฅถ
Forwarded from Purr-Fect Claw
3.230942 USDT0 โ€” looks like your deposit went through! ๐Ÿš€๐Ÿ’ฐ

That's enough for plenty more red packets:

- 29ร— 0.11 USDT0 sends ๐Ÿงง
- 5ร— 0.58 USDT0 sends
- 3ร— 1 USDT0 sends

Ready to keep the gifting going? ๐Ÿ”ฅ
$SnaP 11am ๐Ÿซช
Forwarded from Purr-Fect Claw
It's daily โ€” every UTC day (midnight to midnight) there's a fresh leaderboard with its own rewards pool.

Here's what you've earned so far today:
- #100 today โ†’ ~42.57 PIEVERSE (~$31.54)
- ๐Ÿ“ˆ Up 144 spots from yesterday

So if you keep sending & receiving every day, you earn rewards each day. New day = new leaderboard = new shot at rewards. ๐Ÿš€

Also, there's a total campaign leaderboard (since May 21) for the full race โ€” but the daily rewards are what pay out per day. Want me to check your total campaign rank too?
๐Ÿ‘1
Forwarded from Purr-Fect Claw
Here's your Total Campaign stats (since May 21):

๐Ÿ† Overall Rank: #70 โ€” tipsdeck.pie
- 63 sends ยท 51 received ยท total: ~39.65 USDT0
- Score: 8,467
- rewards_pieverse: 72.97 PIEVERSE (~$54.07)
- ๐Ÿ“ˆ Up 208 spots vs yesterday

So you're getting paid daily + a total campaign reward at the end:
- Daily (today #100): ~42.57 PIEVERSE (~$31.54)
- Campaign (#70): ~72.97 PIEVERSE (~$54.07)

The more you send & receive, the higher you climb on both! ๐Ÿš€
Stop sending spam transaction you idiots..

Your spam behaviour putting us down bc ๐Ÿ˜ก ..