ch
Feedback
Proxy-Hunks

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
帖子存档
photo content

photo content

photo content

photo content

⌨️ Python One-liners
⌨️ Python One-liners

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

https://t.me/proxyhunk Join here to order your proxy.

🔅 009 Back propagation

🔅 008 Stochastic Gradient Descent

🔅 007 Gradient Descent

🔅 006 How do Neural Networks learn

🔅 005 How do Neural Networks work

🔅 004 The Activation Function

🔅 003 The Neuron

🔅 002 Plan of Attack

🔅 001 What is Deep Learning

☄️ What is an Artificial Neural Networks? Artificial neural networks (ANN) give machines the ability to process data similar
☄️ 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

What's the output of the codes?
What's the output of the codes?

photo content