Botter
1.66K subscribers
290 photos
24 videos
5 files
116 links
Website and telegram bot development and tech blogs - bottercc.com

Promote your bot free: later
Download Telegram
Closest one will get the money,
You can make new guess on this post comment section.

Hint:

More than: โ‚น30,000
Less than: โ‚น100,000
Close to: โ‚น50,000
We didn't got any winner yet.
So make as many guesses possible, no limit.

The closest one gets the reward.

Winner will be announced after 30 minutes
Forwarded from Jack ๅผ€ๅ‘่€…
64K
โค1
Botter
64K
We got our winners, reward already sent โœ…
๐Ÿคทโ€โ™‚1
๐Ÿ’ฉ3
@RequestCaptchaBot ๐Ÿ™ƒ

2 month premium subscription on this bot for free.
Comment "FREE" and you will get it

Send join request to this chat to know what this bot does:
https://t.me/+Z7tJUWMpvWwzMWVl
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ’ฉ3โค1๐Ÿ’”1๐Ÿ˜ก1111
๐Ÿš€ Launch Your Website with OneHostMarket!

Looking for fast, secure & affordable web hosting? ๐Ÿ’ป

๐ŸŒ OneHostMarket brings you everything you need to get your website online:

โœ… Shared Hosting starting from just โ‚น79/month
โœ… NVMe SSD Storage for blazing-fast speed
โœ… Free SSL Certificate ๐Ÿ”’
โœ… cPanel Control Panel
โœ… LiteSpeed Web Server
โœ… 24/7 Expert Support
โœ… Free Website Migration
โœ… 99.9% Uptime

Whether you're starting a blog, business website, portfolio, or eCommerce store, we've got the perfect hosting plan for you.

๐ŸŒ Visit Now: https://onehostmarket.com

๐Ÿ’™ OneHostMarket โ€“ Fast Hosting. Affordable Pricing. Reliable Support.
โค3๐Ÿ‘Ž11
Ohh No!! People are advertising food inside games now ๐Ÿคจ
โค1
โ‚น1000 / $10 Giveaway

Rules:
- Go to this x post
- Follow the account
- Like and comment any random quote

A random person will be selected randomly after 24 hours and get the reward
โค61
@ai9to5 has just been placed for auction by its owner with a minimum bid of ๐Ÿ’Ž69.

The auction for this item will end in 6 days 23 hours.

https://fragment.com/username/ai9to5
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜ก7โค5๐Ÿ’ฉ32
โค๏ธโค๏ธ๐Ÿ˜‹๐Ÿ˜‹
โค6๐Ÿ˜ก322
Comment your vibecoded app and will rate them
๐Ÿ˜ก4โค311
Which network do you prefer for USDT Transfers.

1. BEP20 (BSC)
2. TRC20 (Tron)
3. ERC20 (Ethereum)
โค211
Oh my lord, this theme. does people really use it.
โค1๐Ÿ˜ญ1
Day 9999 of creating beautiful TMA Ui
๐Ÿ’ฉ42๐Ÿ˜ก1
<?php
header('Content-Type: application/json');

$channel = trim($_GET['channel'] ?? '');
$post_id = trim($_GET['post'] ?? '');

if (empty($channel) || empty($post_id)) {
echo json_encode(["status" => "error", "message" => "Missing parameters. Usage: ?channel=bottercc&post=544"]);
exit;
}

$url = "https://t.me/{$channel}/{$post_id}?embed=1";

$html = @file_get_contents($url, false, stream_context_create([
'http' => ['header' => "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\r\n"]
]));

if ($html === false) {
echo json_encode(["status" => "error", "message" => "Failed to connect to Telegram."]);
exit;
}

$html_lower = strtolower($html);

// Channel Check
if (strpos($html_lower, 'channel with username') !== false) {
echo json_encode([
"status" => "channel-not-found",
"message" => "Channel not found or private."
]);
exit;
}

// Post Check
if (strpos($html_lower, 'post not found') !== false) {
echo json_encode([
"status" => "post-not-found",
"message" => "Post not found."
]);
exit;
}

// Extract Views
if (preg_match('/<span class="tgme_widget_message_views">([\d.,KMB]+)<\/span>/i', $html, $matches)) {
$views_raw = trim($matches[1]);

$views = $views_raw;
if (preg_match('/([\d.]+)([KMB]?)/i', $views_raw, $m)) {
$num = (float)$m[1];
$suffix = strtoupper($m[2] ?? '');
if ($suffix === 'K') $num *= 1000;
if ($suffix === 'M') $num *= 1000000;
if ($suffix === 'B') $num *= 1000000000;
$views = (int)$num;
}

echo json_encode([
"status" => "success",
"channel" => $channel,
"post_id" => (int)$post_id,
"views" => $views,
"views_raw" => $views_raw,
"url" => "https://t.me/{$channel}/{$post_id}"
], JSON_PRETTY_PRINT);

} else {
echo json_encode([
"status" => "error",
"message" => "Could not extract views."
]);
}
?>

Api to get views count of any public telegram post.

TEST: https://cl.arijitiyan.cc/tgview/api.php?channel=bottercc&post=695
@tgtizeBot ๐Ÿ˜ด another creation of mine
โค11
Please create a Google style logo for our @unobhaibot

The logo should be branded, and proffestional.
Exactly like google style, for example:
@comment_Pickerbot
@what_otp_bot
@tgtizebot
@requestCaptchaBot

Best one will b rewarded
Create a logo for "EARN ADS"
It's a monetization telegram mini app.

I will pay a good amount to the best logo.
You don't need to follow any design rule, create anything from your imagination.
You can use any ai, manual edit or anything...
โค4