Siya Bots

Description
YouTube channel https://youtube.com/@sozpaudel?si=UMiLNPciAjvAxNOR
Advertising
We recommend to visit

Community chat: https://t.me/hamster_kombat_chat_2

Twitter: x.com/hamster_kombat

YouTube: https://www.youtube.com/@HamsterKombat_Official

Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/

Last updated 1 month, 1 week ago

Your easy, fun crypto trading app for buying and trading any crypto on the market

Last updated 1 month ago

Turn your endless taps into a financial tool.
Join @tapswap_bot


Collaboration - @taping_Guru

Last updated 2 weeks, 3 days ago

2 months ago
***❤️*** ***??*** Happy Independence Day ***??*** …

❤️ ?? Happy Independence Day ?? ❤️

On this Auspicious Occasion of Independence Day, Vector Studios presents BlockLand Windows Edition!!

New Game!
BlockLand Windows Edition.

https://youtu.be/XidFY9sUXL4?si=TR4uK4gdvAS0Sarq

Blockland is an immersive sandbox adventure game where your imagination is the only limit. Explore vast, procedurally generated worlds, gather resources, and craft everything from simple tools to complex structures. Whether you want to build towering castles, delve into deep caverns, or embark on epic quests, Blockland offers endless possibilities. Play solo or join friends in a multiplayer mode, and experience a world where every block you place shapes your unique adventure. On Windows OS!!

Releasing On 15th August 3:00 pm IST...

https://youtu.be/XidFY9sUXL4?si=TR4uK4gdvAS0Sarq

Join us on Youtube at 3:00 for the Releasing of BlockLand Windows Edition!!!

https://youtu.be/XidFY9sUXL4?si=TR4uK4gdvAS0Sarq

??
By Vector Studios

Download now from

vectorstudios.link/blockland

2 months, 1 week ago

Multiple File Sharing Telegram Bot BJS code.

Command: /start

if(!params){ Api.sendMessage({ text: "/upload \- To upload content and share it.", reply\_markup: JSON.stringify({ hide\_keyboard: true }) }) return; } if (params) { var files = Bot.getProperty(params); if (files && files.length > 0) { files.forEach(file => { switch (file.type) { case "video": Api.sendVideo({ video: file.file\_id, caption: file.caption || undefined }); break; case "photo": Api.sendPhoto({ photo: file.file\_id, caption: file.caption || undefined }); break; case "audio": Api.sendAudio({ audio: file.file\_id, caption: file.caption || undefined }); break; case "sticker": Api.sendSticker({ sticker: file.file\_id }); break; case "document": Api.sendDocument({ document: file.file\_id, caption: file.caption || undefined }); break; case "animation": Api.sendAnimation({ animation: file.file\_id, caption: file.caption || undefined }); break; case "voice": Api.sendVoice({ voice: file.file\_id, caption: file.caption || undefined }); break; } }); } else { Bot.sendMessage("No files to send."); } }

Command: /upload
Answer: Send your content for sharing!
Wait for answer: false
Keyboard: ***✅***
BJS:
Bot.runCommand('/handle')

Command: /handle
Wait for answer: true

```
if (message == "") {
if (options && options.shrt) {
var filesList = Bot.getProperty(options.shrt, []);
if (filesList.length > 0) {
return Bot.sendMessage("Done!\nHere is your link: https://t.me/" + bot.name + "/?start=" + options.shrt);
} else {
return Bot.sendMessage("Error: No files uploaded to confirm.\nUse: /upload to upload. ");
}
} else {
return Bot.sendMessage("Error: No files uploaded to confirm.\nUse /upload to upload.");

}

}

var shrt = (new Date().getTime()).toString(36);
if (options && options.shrt) {
shrt = options.shrt;
}

var filesList = Bot.getProperty(shrt, []);
var fileEntry = {};

if (request.video && request.video.file_id) {
fileEntry = { type: "video", file_id: request.video.file_id, caption: request.caption || "" };
} else if (request.photo && request.photo.length > 0 && request.photo[0].file_id) {
fileEntry = { type: "photo", file_id: request.photo[0].file_id, caption: request.caption || "" };
} else if (request.audio && request.audio.file_id) {
fileEntry = { type: "audio", file_id: request.audio.file_id, caption: request.caption || "" };
} else if (request.sticker && request.sticker.file_id) {
fileEntry = { type: "sticker", file_id: request.sticker.file_id };
} else if (request.document && request.document.file_id) {
fileEntry = { type: "document", file_id: request.document.file_id, caption: request.caption || "" };
} else if (request.animation && request.animation.file_id) {
fileEntry = { type: "animation", file_id: request.animation.file_id, caption: request.animation.caption || "" };
} else if (request.voice && request.voice.file_id) {
fileEntry = { type: "voice", file_id: request.voice.file_id, caption: request.caption || "" };
}

if (Object.keys(fileEntry).length > 0) {
filesList.push(fileEntry);
Bot.setProperty(shrt, filesList, "json");
Bot.runCommand('/handle', { shrt: shrt });
} else {
Bot.sendMessage("No valid media file detected. Please send a valid media file.");
}
```

YouTube Tutorial & Demo : https://youtu.be/2Rnm6jd0ZF4?feature=shared

Credit: @siyabots

2 months, 3 weeks ago
Any **Professional Apk modder** here?

Any Professional Apk modder here?

I want to mod MINECRAFT Game

Just need to replace this image and add applovin, admob and some other ads....

I Have a GOOD BUDGET! Only interested genuine people DM

2 months, 3 weeks ago

Multiple Files Sharing via One Sharing Link Telegram Bot

  1. Upload this (bot.php) code to the file manager of your website.
  2. Replace "BOT_TOKEN" with your Telegram Bot Token and save the file.
  3. Set up the Webhook URL.

• You now have a working bot.

Comment if you need a complete tutorial on how to create this Telegram Bot.

Don't forget to React | Subscribe | Share

© @siyabots

3 months, 4 weeks ago

Free and Unlimited AI Image Generator BJS-

Command: /start
Answer: *Welcome!* _You can use me to Generate Unlimited Realistic Ai Images from your text for Free! ***?******?*** Just what to do? Send me a text, I'll convert it to Realistic AI Image!_
Command: *
Auto retry time in seconds: 1
BJS:

```
var PhotoUrl =
"https://apps.vectorstudios.link/lina/apis/image.php?" +
"prompt=" +
encodeURIComponent(message);

Api.sendPhoto({
photo: PhotoUrl,
caption: "" + message + " ",
parse_mode: "HTML"
});
```

Demo: @aiimagegenmidjourneybot
Api by: Lina AI | Vector Studios

5 months ago

Music download - BJS

Command: /music
Answer: Send the music name to download it.
Wait for answer: true

Api.sendChatAction({   chat\_id: chat.chatid,   action: "upload\_document" }) HTTP.get({   url: "https://music\-api\-rouge\-rho.vercel.app/?songname=" +     (message.split(' ').join('%20')),   success: "/success"})

Command: /success

var r =JSON.parse(content) Api.sendAudio({audio:r.download\_link});

Note: This code is out of support now.

5 months ago

Command : /qr
Wait for answer:
Answer: send qr photo

var url="https://api.telegram.org/bot"+bot.token+"/getFile?file\_id="+request.photo[(request.photo.length)\-1].file\_id; HTTP.get({url:url, success:"/onL"})

Command : /onL

var r = JSON.parse(content) var imgurl =encodeURI("https://api.telegram.org/file/bot"+bot.token+"/"+r.result.file\_path) var apiUrl="https://api.qrserver.com/v1/read\-qr\-code/?fileurl="+imgurl HTTP.get({url:apiUrl,success:"/success"})

Command: /success

var response =JSON.parse(content)[0].symbol[0].data Bot.sendMessage(response)

? Credits: @sarozpaudel
© Copyrights: @sarozpaudel

5 months ago
Siya Bots
5 months ago
Qr code reader

Qr code reader

5 months ago

Translate text in Bot - BJS code.

Command: /translate
Answer: Send any text to translate it.
Wait for answer: true

if (message!=""){ Bot.sendInlineKeyboard([[ {title: "Hindi ***??***", command: "/tr hi" }, {title: "Nepali ***??***", command: "/tr ne"} ],[ {title: "English ***??***", command: "/tr en" }, {title: "French ***??***", command: "/tr fr"} ]], message) }

Command: /tr
Wait for answer: false

```
HTTP.post({
url:"https://google-translate1.p.rapidapi.com/language/translate/v2",
headers: { "content-type": 'application/x-www-form-urlencoded', 'Accept-Encoding':'application/gzip','X-RapidAPI-Key':'350bf0a51cmsh348c955b900fd46p15d6e3jsn037f7906d5b5','X-RapidAPI-Host': 'google-translate1.p.rapidapi.com' },
body:'q='+request.message.text+'&target='+params,
success: '/onTranslationResult',

})
Api.deleteMessage({message_id:request.message.message_id})
```

Command: /onTranslationResult
Wait for answer: false

var r=JSON.parse(content).data.translations[0] if(r){ Bot.sendMessage(r.translatedText+"\n\n"+"Translated from : "+r.detectedSourceLanguage+"") } else{ Bot.sendMessage("Some error occured.") }

• Replace your API key. Get API key from rapidapi.com

? Credits: @sarozpaudel
© Copyrights: @sarozpaudel

We recommend to visit

Community chat: https://t.me/hamster_kombat_chat_2

Twitter: x.com/hamster_kombat

YouTube: https://www.youtube.com/@HamsterKombat_Official

Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/

Last updated 1 month, 1 week ago

Your easy, fun crypto trading app for buying and trading any crypto on the market

Last updated 1 month ago

Turn your endless taps into a financial tool.
Join @tapswap_bot


Collaboration - @taping_Guru

Last updated 2 weeks, 3 days ago