885
Official channel for the PWRTelegram bot API. Installation instructions: https://pwrtelegram.xyz Creator: @danogentili Official support group: @pwrtelegramgroup Italian channel: @pwrtelegramita Source code: https://github.com/pwrtelegram
Telegram's DNS provider, Godaddy, is having issues right now.
The official bot API, and all telegram domains might not be reachable from certain locations.
Bots that use MadelineProto and PWRTelegram are not affected.
http://luarocks.org/modules/wrxck/mattata-api
Читать полностью…
Added a wrapper for signing up to telegram and fixed Arabic chars in MadelineProto.
#MadelineFact: bots created with MadelineProto are VERY fast (even faster than bot API bots)
MadelineProto now uses an external semiprime factorization module that you can use in your projects: https://daniil.it/PrimeModule/
(BTW Check out the cool tests I made for the lib XD)
Introducing the new group manager bot, BruhhBot! @BruhhBotV2 has an extensive list of features, and is meant for efficiently maintaining your supergroup! It reduces spam, bans unwanted users, and has useful features such as /save, /del and
/promote. You can find the source, and instructions on how to make your own, at https://github.com/hbashton/BruhhBot-Madeline. For a full list of features, message /start to @BruhhBotV2. I encourage everyone who wants to use it in their group to clone my repo and set up their own!!! Happy botting :)
This bot makes use of https://daniil.it/MadelineProto to access ALL MTProto methods and offer a blazing fast service!
If you're interested in a cool dark & red theme for Telegram Desktop/Telegram for Android, check out the one I made in @wrxck!
Читать полностью…
I wrote a script that sets up a PWRTelegram custom backend and allows you to subsequently use your bot with the PWRTelegram API! Check it out: https://gist.github.com/wrxck/8e1dae59ee3a8a0af7ab8ac0a3dce780
Читать полностью…
You can also use https://t.me/joinchat/AAAAAD6K-aJng8nt7zB93w to join @pwrtelegramgroup (that link was generated using MadelineProto without rendering the group private!)
Читать полностью…
#pwrprojects
@filtersbot - This bot can create a pipeline between inline bots
Example:
@pipesbot Hey I'm writing this using the leet filter of @filtersbot w/ @lolcatzbot | @filtersbot:eleet | @lolcatzbot$
Implemented and pushed bot API object conversion (even messageMedia constructors can be converted to bot API file ids, even for users!) in MadelineProto, along with bot API file id support for the download function and some other bugfixes.
This will allow huge speed and efficiency fixes for pwrtelegram.
Please note that this does not mean you must install a local copy of the PWRTelegram API, but simply set a custom user backend: https://pwrtelegram.xyz
Читать полностью…
#pwrprojects
@mattatabot - A multi-purpose & administrative bot written in Lua.
@mattata
Fixed fetching propics of users, channels and downloading of certain files.
Читать полностью…
You can now use /adduser in @pwrtelegrambot to add users to a group.
To do that, simply add it to a group and run /adduser user_id, a username can also be used.
Note that to add a user to a group, that user must've first contacted @pwrtelegrambot.
The API now uses MadelineProto instead of tg-cli to connect to the mtproto API, and has a lot of new and awesome features, such as:
- Direct calls to mtproto method using the /madeline method
- Your bots can add users to groups using the /addchatuser method
The latter method supports adding any user that contacted the bot to a normal group, for more info see see https://pwrtelegram.xyz/#addchatuser-new
As usual, the full docs can be found @ https://pwrtelegram.xyz
Also, do check out the PHP MTProto client that the API makes use of, it's very easy to use, has full docs for every mtproto method and much more :D
https://daniil.it/MadelineProto
Share this message around!
#pwrprojects @MadelineProto_bot allows you to create an inline keyboard with buttons that make the user that pressed them send a certain message automatically!
Читать полностью…
• Programming & Development
• Odette and Via's Minicast
• The Apple Forum
• Cancer Chat
• mattata Development
• Music
• Off-Topic Geeks
For any questions regarding the use of @BruhhBotV2 https://github.com/hbashton/BruhhBot-Madeline, please read the README on github. If you still cannot get it working, contact @hunter_bruhh
Читать полностью…
Here's a current list of #bots recently mentioned on this channel
• @mattatabot
• @BruhhBotV2
• @pipesbot
Hey all! New admin here, just sending out a message to let you know there's one more person posting on this channel, stay tuned for more updates from your favorite channel!
Читать полностью…
An awesome update to @mattatabot has arrived. You can now speak with her and she'll remember your name, your personal preferences and things you like and dislike, amongst many other things. Ask her questions and she'll give a smart & witty response to them. Check it out today! It's recommended you subscribe to the official channel to keep up to date with the latest updates and features that are brought to you every week. If you're new to mattata, you're missing out!
It's open source, check out the source code here and host your own copy! github.com/wrxck/mattata
If you're new to mattata, here are some notable features of @mattatabot:
- Powerful AI & image caption analysis
- Over 100 unique, powerful commands (view a paginated list in /help)
- Administration functionality (pretty much replaces group butler)
- Inline documentation searching & command use (the usage of features is limited to select plugins at this point in time)
- Personalisation functionality with commands like /setloc and /setnews
- Receive updates for GitHub repositories and RSS feeds using /githubfeed and /rss respectively
- Resolve users and chats using /id
- Tons more
Powered by PWRTelegram
You can subscribe to the official channel by clicking here: /channel/mattata
OK, this is the invite link of this channel: https://t.me/joinchat/AAAAADzZnqJqVM_aI9loCQ
Share it around!
As usual, join @pwrtelegramgroup or @pwrtelegramgroupita or @pwrtelegramgrouprus to get support!
Читать полностью…
The PWRTelegram API now directly parses file ids to fetch files and creates new file ids from scratch while uploading files: this renders getUpdate proxying useless (it isn't done anymore), and generally speeds up the API and all of the bots using it!
Читать полностью…
MadelineProto now supports markdown and HTML parsing!
https://daniil.it/MadelineProto
IMPORTANT: You now MUST set a custom backend to use the PWRTelegram API.
Читать полностью…
The PWRTelegram API gets an enormous update with a new major release, v2.0!
Changes:
* Now you can login to the pwrtelegram bot API with a phone number, and create a bot with a real account (2FA is also supported)!
* The getChat method can now return the full member list of a group/supergroup/channel, get the online/offline/last seen status of users, and much more!
* It can fetch any mtproto update, such as name changes, typing notifications, changes of the online status and much more (webhooks are supported too)!
* You can now directly execute MTProto methods as a bot or as a user!
* With the API you can do everything official clients can do!
* It can get info about users using only their user id, even if they haven't contacted the bot!
* ALL interactions with the Telegram API are now done with MadelineProto (AKA the buggy tg-cli was permanantly removed from the API)!
If you login as a user, you can receive updates using long polling (getUpdates) or webhooks, like in the official API.
See pwrtelegram.xyz for the updated documentation.
The API now makes use of daniil.it/MadelineProto to connect to the telegram mtproto servers: it is a very easy to use MTProto client written in PHP, and it has a lot of nice features:
* It allows you to do everything official clients can do, programmatically!
* It is very fast!
* It can be easily serialized!
* It featured update handling with callbacks or long polling!
* Easy to use wrappers to upload/download files and call mtproto methods!
* Documentation for EVERY mtproto method!
* Internal peer management: you can provide a simple bot API chat id or a username to send a message or to call other mtproto methods!
* You can easily login as a user (2FA is supported) or as a bot!
* Simple error handling!
* It is highly customizable with a lot of different settings!
* And much more!
You can easily create a userbot locally with MadelineProto, or if you want to write it in a language other than PHP you can use the PWRTelegram API.
With this update, I'm launching the #pwrprojects contest!
Create a new, original and awesome bot/project using MadelineProto or PWRTelegram, send the username to @pwrtelegramgroup (along with the hashtag #pwrprojects and a short description).
The best projects/bots will be posted on my network of channels and generally promoted everywhere :DDD
Share this message with every dev group you have!
P.S. Telegram devs: can PWRTelegram officially become part of Telegram pls? That'd be real nice.
This works only for normal groups (not supergroups).
If you get a flood error, get the user you're trying to add to write a new message to @pwrtelegrambot.
Fixed bugs in the addchatuser method, now everything should work properly. If you still have problems, join @pwrtelegramgroup.
Читать полностью…
Thanks to aRandomStranger (thanks again!), pwrtelegram and all of my bots are now running on an awesome new server, and everything is blazing fast :D
Читать полностью…