SK LBT
رفتن به کانال در Telegram
534
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-147 روز
-9330 روز
در حال بارگیری داده...
کانالهای مشابه
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسبها
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
اوت '26
اوت '260
در 0 کانالها
ژوئیه '26
+1
در 0 کانالها
Get PRO
ژوئن '26
+848
در 3 کانالها
Get PRO
مه '26
+3 163
در 1 کانالها
Get PRO
آوریل '260
در 0 کانالها
Get PRO
مارس '260
در 0 کانالها
Get PRO
فوریه '26
+56
در 0 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 31 اوت | 0 | |||
| 30 اوت | 0 | |||
| 29 اوت | 0 | |||
| 28 اوت | 0 | |||
| 27 اوت | 0 | |||
| 26 اوت | 0 | |||
| 25 اوت | 0 | |||
| 24 اوت | 0 | |||
| 23 اوت | 0 | |||
| 22 اوت | 0 | |||
| 21 اوت | 0 | |||
| 20 اوت | 0 | |||
| 19 اوت | 0 | |||
| 18 اوت | 0 | |||
| 17 اوت | 0 | |||
| 16 اوت | 0 | |||
| 15 اوت | 0 | |||
| 14 اوت | 0 | |||
| 13 اوت | 0 | |||
| 12 اوت | 0 | |||
| 11 اوت | 0 | |||
| 10 اوت | 0 | |||
| 09 اوت | 0 | |||
| 08 اوت | 0 | |||
| 07 اوت | 0 | |||
| 06 اوت | 0 | |||
| 05 اوت | 0 | |||
| 04 اوت | 0 | |||
| 03 اوت | 0 | |||
| 02 اوت | 0 | |||
| 01 اوت | 0 |
پستهای کانال
আমি আমার টেলিগ্রাম চ্যানেল মনেটাইজ করার দারুণ উপায় পেয়েছি। আপনাদের সাথে শেয়ার করছি! Inside Ad-এ যোগ দিন এবং আয় শুরু করুন। 💰
https://t.me/InsideAds_bot/open?startapp=r_7372033585
| 2 | 🚀 How to Generate Ghibli Images Using your Python Code?
from diffusers import StableDiffusionImg2ImgPipeline
import torch
from PIL import Image
import io
from google.colab import files
import matplotlib.pyplot as plt
import time
# Load model function
def load_model():
model_id = "nitrosocke/Ghibli-Diffusion" # Correct model ID
dtype = torch.float16 if torch.cuda.is_available() else torch.float32
print("Loading model...")
pipe = StableDiffusionImg2ImgPipeline.from_pretrained(model_id, torch_dtype=dtype)
pipe.to("cuda" if torch.cuda.is_available() else "cpu")
pipe.enable_attention_slicing() # Optimize memory usage
print("Model loaded!")
return pipe
# Function to generate Ghibli-style image
def generate_ghibli_image(image, pipe, strength):
image = image.convert("RGB")
image = image.resize((512, 512)) # Ensure proper size
prompt = "Ghibli-style anime painting, soft pastel colors, highly detailed, masterpiece"
print("Generating image...")
start_time = time.time()
result = pipe(prompt=prompt, image=image, strength=strength).images[0]
print(f"Image generated in {time.time() - start_time:.2f} seconds!")
return result
# Check for GPU
gpu_info = "GPU is available!" if torch.cuda.is_available() else "Warning: GPU not available. Processing will be slow."
print(gpu_info)
# Load the model
pipe = load_model()
# Upload image section
print("Please upload your image file:")
uploaded = files.upload()
if uploaded:
file_name = list(uploaded.keys())[0]
image = Image.open(io.BytesIO(uploaded[file_name]))
# Display original image
plt.figure(figsize=(5, 5))
plt.imshow(image)
plt.title("Original Image")
plt.axis('off')
plt.show()
# Ask for strength input with error handling
while True:
try:
strength = float(input("Enter stylization strength (0.3-0.8, recommended 0.6): "))
strength = max(0.3, min(0.8, strength)) # Clamp between 0.3 and 0.8
break
except ValueError:
print("Invalid input. Please enter a number between 0.3 and 0.8.")
# Generate and display the result
result_img = generate_ghibli_image(image, pipe, strength)
plt.figure(figsize=(5, 5))
plt.imshow(result_img)
plt.title("Ghibli Portrait")
plt.axis('off')
plt.show()
# Save the output image and offer download
output_filename = f"ghibli_portrait_{file_name}"
result_img.save(output_filename)
files.download(output_filename)
print(f"Image saved as {output_filename} and download initiated!")
else:
print("No file was uploaded. Please run the cell again and upload an image.")
🍵 Even You can make your own API
🌟 Just open below link in Chrome https://colab.research.google.com/ (They provide platform to run python code.)
❤️ Click + New Notebook (Once click open window like below).
🥷 Put Above code in “Start coding or generate with ai” & put below code.
🌭 Once you add code and click on run icon. It’s take 2 second for run
🧿 Wait untill upload your inage box appears.
💮 After Appears Choose file.
😱 Wait 1 to 2 minute. Your image ready & download automatic.
🍒 Generate Unlimited Ghibli Images for Free 🤫.
🙂 CREDIT @Sadman_NJR10✌️ | 803 |
| 3 | 📌COMMAND - /getDetails
🎖️ANSWER - *Send A Forward Message For Someone*
✅ WAIT FOR ANSWER ON
👀BJS
if (!request.forward_from) {
Bot.sendMessage("‼️* This Not a Forward*")
return
}
var id = request.forward_from.id
var uname = request.forward_from.username
var name = request.forward_from.first_name
Bot.sendMessage("*Name* "+name+"\n*Id* "+id+"\n*Username @"+uname+"*") | 243 |
| 4 | Group Chatgpt Bot code 🌚
React 👀 | 195 |
| 5 | 🚀 আমাদের বটের নতুন আপডেট! 🚀
আমাদের বটে বেশ কিছু দারুণ নতুন ফিচার ও আপডেট এসেছে। নিচে বিস্তারিত সুন্দরভাবে সাজিয়ে দেওয়া হলো:
💰 ইনকাম ও ব্যালেন্স ডিটেইলস:
👥 প্রতি রেফার: ০.০০৫ TON
✅ প্রতি টাস্ক: ০.০০৩ TON (আবশ্যিক)
💸 মিনিমাম উইথড্র: ০.০৩ TON
📥 মিনিমাম ডিপোজিট: ০.০০ TON
⚠️ গুরুত্বপূর্ণ নিয়মাবলি ও শর্তসমূহ:
উইথড্র করার শর্ত: উইথড্র করার জন্য অবশ্যই আপনার অ্যাকাউন্টে ০.০৪ TON ডিপোজিট থাকতে হবে। তা না হলে প্রতি টাস্কের জন্য ১ টাকা মাল্টিপল করেও উইথড্র করতে পারবেন। তাই আপনারা মাল্টিপল করেও টাস্ক কমপ্লিট করতে পারেন। মাত্র ০.০৪ TON ডিপোজিট করে প্রতিদিন আনলিমিটেড ইনকাম করতে থাকুন! 🤑
জরিমানা: টাস্ক করে বের হয়ে গেলে আপনার ব্যালেন্স থেকে চার্জ কেটে নেওয়া হবে। 🛑
📢 যারা টাস্ক দিতে চান:
আপনারা চাইলে এখানে নিশ্চিন্তে টাস্ক দিতে পারবেন! 🙃
১০০% অ্যাকটিভ মেম্বার পাবেন এবং ইউজাররাও সুন্দরভাবে টাস্ক কমপ্লিট করবে, ইনশাআল্লাহ! 😊
✨ এর বাইরেও বটে আরও নানারকম নতুন আপডেট করা হয়েছে!
🤖 বট লিংক: https://t.me/NJRTaskerr10Bot?start=7372033585 🖇️ | 399 |
| 6 | Free Sms Bo*ber Api Source 👄
Give React | 243 |
| 7 | TBH Broadcast Example
- supports links buttons , image , video almost all
Command: /broadcast
TBL Code:
const ADMIN_ID = 123456789
if (user.telegramid != ADMIN_ID) {
return
}
if (!request.reply_to_message) {
return Bot.sendMessage(
"❌ Reply to a message with /broadcast"
)
}
let users = await Bot.getUsers({
chatType: "private"
})
if (!users?.length) {
return Bot.sendMessage(
"❌ No users found"
)
}
let msg = request.reply_to_message
let sent = 0
let failed = 0
let status = await Api.sendMessage({
text:
"📢 Broadcast Started\n\n" +
"👥 Total: " + users.length
})
let hasButtons =
msg.reply_markup?.inline_keyboard
let methods = {
photo: "sendPhoto",
video: "sendVideo",
document: "sendDocument",
animation: "sendAnimation",
audio: "sendAudio",
voice: "sendVoice"
}
let type = Object.keys(methods)
.find(x => msg[x])
for (let chat_id of users) {
try {
if (!hasButtons) {
await Api.copyMessage({
chat_id,
from_chat_id: msg.chat.id,
message_id: msg.message_id
})
} else {
let data = {
chat_id,
reply_markup: msg.reply_markup
}
if (type) {
data[type] =
type === "photo"
? msg.photo.at(-1).file_id
: msg[type].file_id
data.caption = msg.caption
data.caption_entities =
msg.caption_entities
await Api.call(
methods[type],
data
)
} else {
data.text =
msg.text ||
msg.caption ||
""
data.entities =
msg.entities ||
msg.caption_entities
await Api.sendMessage(data)
}
}
sent++
} catch {
try {
await Api.forwardMessage({
chat_id,
from_chat_id: msg.chat.id,
message_id: msg.message_id
})
sent++
} catch {
failed++
}
}
}
await status.editText(
"📢 Broadcast Completed\n\n" +
"👥 Total: " + users.length +
"\n✅ Sent: " + sent +
"\n❌ Failed: " + failed
)
Note: Customize it based on your needs
platform: telebothost.com
Developer: @Sadman_NJR10 | 233 |
| 8 | 🚀 (NJR Tasker Bot) 🚀
💰 এক নজরে বটের সুবিধাসমূহ:
প্রতি রেফার: ০.০০৫ TON { 5 Task Complete Refer Rewards (reference account complete task) }
প্রতি টাস্ক: ০.০০২ TON (টাস্কের উপর ভিত্তি করে আরও বেশিও পেতে পারেন!)
মিনিমাম উইথড্র: ০.০২ TON
মিনিমাম ডিপোজিট: ০.০ TON
⚙️ কীভাবে ইনকাম করবেন?
এখানে আপনি খুব সহজেই দুইভাবে ইনকাম করতে পারবেন: বন্ধুদের রেফার করে এবং বটের দেওয়া বিভিন্ন টাস্ক কমপ্লিট করে! 💸
⚡️ উইথড্র সিস্টেম:
এখানকার উইথড্র সিস্টেম একেবারেই অটোমেটিক! ব্যালেন্স ০.০২ TON হলেই সাথে সাথে আপনার ওয়ালেটে অটোমেটিক পেমেন্ট চলে যাবে। 🏦
🏦 ডিপোজিট করার নিয়ম:
১. প্রথমে আপনার ইচ্ছামতো ডিপোজিট অ্যামাউন্ট লিখুন (মিনিমাম ০.০ TON)।
২. এরপর বট আপনাকে একটি অ্যাড্রেস (Address) এবং একটি মেমো/কমেন্ট (Memo/Comment) দিবে।
৩. পেমেন্ট করার সময় অবশ্যই বটের দেওয়া সেই নির্দিষ্ট মেমোটি (Memo) ব্যবহার করবেন।
৪. পেমেন্ট সফল হওয়ার সাথে সাথেই ব্যালেন্স অটোমেটিক্যালি আপনার অ্যাকাউন্টে অ্যাড হয়ে যাবে! (যতো ইচ্ছা ডিপোজিট করতে পারেন, কোনো সমস্যা নেই)। ✅
📢 প্রমোশন সুবিধা:
আপনারা চাইলে খুব সহজেই এখান থেকে প্রমোশন নিতে পারবেন! প্রমোশন নিলে প্রতি রেফারে ২০-২৫ জন রিয়েল অ্যাক্টিভ মেম্বার পেয়ে যাবেন আপনার চ্যানেল বা গ্রুপের জন্য। 😍
এখুনি জয়েন করুন আর আপনার TON আর্নিং শুরু করুন! 🌟 | 300 |
| 9 | Alhamdulillah 1 sec auto payment rcv 🥵
⚡️যারা যারা অনলাইন থেকে দৈনিক ইনকাম করতে চান একদম হালাল ভাবে 🎁
📍তারা চাইলে এই ওয়েবসাইটটা থেকে ইনকাম করতে পারবেন এটা একটা ইনভেস্টমেন্ট ওয়েবসাইট তবে এটা একটা রাশিয়ান ওয়েবসাইট এবং Withdrawal সম্পূর্ণ অটোমেটিক ✅
📍তার পাশাপাশি এখানে রেফার করে প্রতি মাসে ৫০ হাজার টাকা পর্যন্ত ইনকাম করা সম্ভব 🗓
🌩তাই এখানে যারা টিম বানিয়ে ইনকাম করতে চান আমাকে মেসেজ দিতে পারেন অথবা মাত্র 200 টাকা এখানে কাজ শুরু করতে পারেন🔥
🎁 Gift Code only 50 User : SFHY3R6753FH465DSF1
✅Site Link: https://plex-world.com/register?ref=PLEX9X6AIR ✅
⚡️Refferal Support: @sabit222 📍 | 318 |
| 10 | Plan galaxy game 🤖😉 | 284 |
| 11 | 🔥 Crypto Payment Checker API (v2.0.0)
✅ API: https://crypto-payment-api.vercel.app/verify-payment
👉 Query Parameters:
- address: Receiver's address (where you've paid)
- amount: Amount paid
- token: Token received
- minutes: Time Frame, eg. 5 (optional, if not given it'll check within 30 mins)
💯 Usage: https://crypto-payment-api.vercel.app/verify-payment?address={receiver's-address}&amount={amount}&token={token}&minutes=5 (minutes is optional)
✨ Response:
{
"success": true,
"verified": true,
"txHash": "txHash",
"from": "received from",
"to": "received to",
"amount_received": "amount",
"token": "token",
"confirmations": 0,
"timestamp": "timestamp"
}
💰 Supported Currencies: https://crypto-payment-api.vercel.app/
-------
👉 Example code of Crypto Payment Checker API for Bots.Business
💫 Command: /verify (as your wish)
🔥 Code:
Bot.sendMessage("Verifying.....");
const receiver = "0x22d4a083621c7aa66109e76fa418ed73a69dc23d"; // receiver's address
const amount = 10; // paid amount
const api = `https://crypto-payment-api-coding-with-mohits-projects.vercel.app/api/check-payment?receiver=${receiver}&amount=${amount}`;
HTTP.get({
url: api,
success: "success",
error: "error"
});
💫 Command: success
🔥 Code:
//Bot.inspect(JSON.parse(content)); // you can use this to inspect whole json
try {
const data = JSON.parse(content);
const success = data.success;
const response = data.message;
if (success === true) {
const currency = data.currency;
const tokenName = data.tokenName;
const network = data.network;
const txHash = data.txHash;
const sender = data.from;
const to = data.to;
const amount = data.amount;
const time = data.timestamp;
Bot.sendMessage(`- Verification Status: ${success}\n\n- Response: ${response}\n\n- Currency: ${currency}\n\n- Token: ${tokenName}\n\n- Network: ${network}\n\n- Transaction Hash: ${txHash}\n\n- Sender's Address: ${sender}\n\n- Receiver's Address: ${to}\n\n- Amount: ${amount}\n\n- Time: ${time}`);
} else if (success === false) {
Bot.sendMessage(response);
}
} catch (error) {
Bot.sendMessage(`Error: ${error}`);
}
💫 Command: error
🔥 Code:
Bot.sendMessage("Something went wrong!");
⚠️ Note: It's just an example code, modify according to your needs.
© Credits: Mohit ~ CWM
🤝 Share & Support Us 🤝 | 307 |
| 12 | Facebook Special Offer 😨 🥰
29226 Facebook Comments | Custom | HQ | 10k/Day ~ Instant - ≈ ৳54.187 🆕
29225 Facebook Comments | Random | Positive | 10k/Day ~ Instant - ≈ ৳31.4296 🆕
29295 Facebook Followers | Worldwide 🌍 | 500K/Day ~ Instant | LifeTime Refill - ≈ ৳26.6369 { 20% dis p} 😍👥
29324 Facebook Post Reaction | Like,Love,Wow,Care,Haha,Angry | [ Max 300K ] | Worldwide 🌍 | Cancel Enable | Lifetime Refill ⚠️ | Day 50K 🚀 - ≈ ৳15.4169
More Service Available 😇
🚀 📩 TO BUY, DM ME: @SADMAN_NJR10 | 650 |
| 13 | 😍 Today special Smm offer......... 🔥
28891 Canva Premium Subscription [ 12 Months ] [ Submit Gmail ] - ≈ ৳5.99
12336 - Telegram - Channel/Group Boost - For 1 days - ≈ ৳4.00 per 1
12337 - Telegram - Channel/Group Boost - For 7 days - ≈ ৳15.00 per 1
15580 - Telegram Ads Click - [For Channels] - ≈ ৳8 per 100
Rt Up- Down 〽️
🚀 📩 TO BUY, DM ME: @SADMAN_NJR10 | 658 |
| 14 | New free Codes 😍🆓
Wheel spin demo 🎡📱 | 284 |
| 15 | ⭐ এই প্রম্পট দিয়ে আপডেট শেষে যদি দেখেন ফুল কোড দেই নাই তখন এ ম্যাসেজ টা দিয়ে দিবেন ⭐
⭐ CLICK AND COPY ⭐
Full coding structure mobile friendly ui design rakhben ek html a file gulo din
⭐ Next Code React 10+ ⭐⭐
Developer by @Sadman_NJR10 ⭐ | 271 |
| 16 | ⭐ New design for your website and bot ⭐
Web template 1 ⭐⭐ | 270 |
| 17 | ⭐Filter by Category ⭐⭐
⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
https://gplinks.co/CbcLJo ⭐
⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ | 283 |
| 18 | بدون متن... | 317 |
| 19 | Marketing your
CPA JOB OFFER ✅
AND ADSTERRA ADS ✅ | 369 |
| 20 | +1 Unlimited floating button code ⭐ | 396 |
