Proxy-Hunks
Відкрити в Telegram
High-Quality Mobile, Residential and Data Center proxies at extremely competitive prices. Residential Proxies 10+ Million IPs pool from 127 countries.
Показати більше3 411
Підписники
-524 години
-257 днів
-7230 день
Архів дописів
3 411
Script for Auto Wallpapers bot.
This is a bot that posts 10 random wallpapers to a channel after 1 hour.
Check out this channel for demo:
https://t.me/TrendingWallpapersHub
import requests
import random
import time
import telebot
from telebot.types import InputMediaPhoto, InlineKeyboardMarkup, InlineKeyboardButton
# Initialize the Telegram bot
bot = telebot.TeleBot("7161470475:YOUR_BOT_TOKEN") # Replace with your actual API token
@bot.message_handler(commands=['start', 'help'])
def start_message(message):
keyboard = InlineKeyboardMarkup()
channel_butt = InlineKeyboardButton("VIEW WALLPAPERS", "https://t.me/TrendingWallpapersHub")
folder_butt = InlineKeyboardButton("JOIN TECH CHANNELS", 'https://t.me/addlist/xo78H3epn8YyMTNk')
keyboard.add(channel_butt)
keyboard.add(folder_butt)
photo_url = "https://te.legra.ph/file/12018b3df63319341bbce.jpg"
fname = message.from_user.first_name
start_caption = f"""
Hello {fname},
Thanks for starting me.
Am a telegram bot created to automate a channel where I post random wallpapers after an interval of 15 minutes.
To join the channel, Please do so by clicking of the button Bellow.
You can Also join our other cool channels
"""
bot.send_photo(message.chat.id, photo_url, start_caption, reply_markup=keyboard)
@bot.message_handler(commands=['post'])
def autosend_images(message):
try:
url = f"https://infinitywallpapersapi.vercel.app/YOUR_INFINITY_KEY/get?category=random-wallpapers/"
response = requests.get(url)
data = response.json()
media_group = []
for i in range(10):
image_url = data[i]['image_url']
media_group.append(InputMediaPhoto(media=image_url))
bot.send_media_group(chat_id=CHANNELID, media=media_group)
bot.send_message(chat_id=message.chat.id, text=f"WALLPAPERS POSTED SUCCESIFULLY")
except Exception as e:
bot.send_message(chat_id=message.chat.id, text=f"ERROR: {str(e)}")
while True:
time.sleep(60 * 60)
autosend_images(message)
# Start the bot polling
bot.infinity_polling()
Things to Do.:
Replace YOUR_BOT_TOKEN With the actual api key from botfather.
Replace YOUR_INFINITY_KEY with your key from @InfinityAPIkeysBot
Replace CHANNELID with the actual channel id in the format of -1001234567890
You can now run your bot by typing this on the cmd/terminal:
python3 your-file-name.py
You can Also host this code on seenode for free
Share code with credits:
@TheInfinityHackers
Api and Code by @RealOptimusPrimeBot
3 411
☄️ What is an Artificial Neural Networks?
Artificial neural networks (ANN) give machines the ability to process data similar to the human brain and make decisions or take actions based on the data. While there’s still more to develop before machines have similar imaginations and reasoning power as humans, ANNs help machines complete and learn from the tasks they perform.▶️Content: ➿➿➿➿➿➿➿➿➿➿➿➿ 001 What is Deep Learning 002 Plan of Attack 003 The Neuron 004 The Activation Function 005 How do Neural Networks work 006 How do Neural Networks learn 007 Gradient Descent 008 Stochastic Gradient Descent 009 Back propagation ➿➿➿➿➿➿➿➿➿➿➿➿ Deep Learning Complete Course
3 411
👀 What Surprises Await You? Find Out Right Now! 👀👇👇👇
💮🄰💮 💮🄱💮 💮🄲💮
💮🄳💮 💮🄴💮 💮🄵💮
💮🄶💮 💮🄷💮 💮🄸💮
💮🄹💮 💮🄺💮 💮🄻💮
💮🄼💮 💮🄽💮 💮🄾💮
💮🄿💮 💮🅀💮 💮🅁💮
💮🅂💮 💮🅃💮 💮🅄💮
💮🅅💮 💮🅆💮 💮🅇💮
💮🅈💮 💮🅉💮
🛍 𝘼𝙢𝙖𝙯𝙤𝙣 𝙁𝙡𝙞𝙥𝙠𝙖𝙧𝙩 𝙇𝙤𝙤𝙤𝙩 𝘿𝙚𝙖𝙡𝙨! 😱
🟢 𝙁𝙍𝙀𝙀 500+ 𝙐𝘿𝙀𝙈𝙔 𝘾𝙊𝙐𝙍𝙎𝙀𝙎 🟢
➕ 𝑫𝒎 𝒕𝒐 𝒂𝒅𝒅 𝒖𝒓 𝒄𝒉𝒂𝒏𝒏𝒆𝒍 @akrocks720
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
