pwrtelegram | Personal Development

Telegram-канал pwrtelegram - PWRTelegram API channel

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

Subscribe to a channel

PWRTelegram API channel

Thanks for nearly 120 members!
To help even more bot developers share this channel on your groups, channels and bots!
:)

Читать полностью…

PWRTelegram API channel

Thanks to @bothosting for hosting the PWRTelegram API and for featuring us on their channel!

Читать полностью…

PWRTelegram API channel

I've finished writing the pwrtelegram installation script.
This script can be used to install the PWRTelegram API on your server.
I've used it to install pwrtelegram on the shiny new (and blazing fast) vps provided by @BotHosting. :)

If you find a bug don't hesitate and write to @pwrtelegramgroup, or open an issue or a pull request in the repository of the script: https://github.com/pwrtelegram/pwrtelegram-backend

Visit the above page to view the installation instructions.

Читать полностью…

PWRTelegram API channel

Damn, the PWRTelegram storage server is fast, thanks to CloudFlare's Caching feature.
Another thing I like is that Cloudflare does the hosting for me (once a file is downloaded at least once I can delete it from the storage server and it still remains available for download, even if it's a 1GB file). :)

Читать полностью…

PWRTelegram API channel

🔨 1 new commits to pwrtelegram:master:

1817db4: Improve upload, download and file info functions and fix bug in file name setting (via upload) by Pwrtelegram

Читать полностью…

PWRTelegram API channel

As usual feel free to suggest new features by writing to @pwrtelegramgroup and debug existing ones using the main (api.pwrtelegram.xyz) or the beta (beta.pwrtelegram.xyz) API endpoints or the official @pwrtelegrambot.

Читать полностью…

PWRTelegram API channel

🔨 1 new commits to pwrtelegram:master:

08ff96d: Fixed bugs in download function, fixed mime type recogntion, fixed metadaata recognition, fixed metadata sending, added description of bugs in README. by Pwrtelegram

Читать полностью…

PWRTelegram API channel

Hey everyone! Sorry for the long break, I just wanted to let you know that the development of the API is in no way abandoned, it's just that I want to smooth out all of the bugs before the release.
New features are already present in the API, check them out @ https://pwrtelegram.xyz
Feel free to test them :)

Читать полностью…

PWRTelegram API channel

Now I'm sorry to alert you that the API will undergo maintainance and it will be put offline for half an hour or so before the final public release.

Читать полностью…

PWRTelegram API channel

I've finished writing the function for file uploads and added a function to allow uploading of files using URLs (pass them just like you would pass a file id). Now it's time for some hardcore debugging.

Читать полностью…

PWRTelegram API channel

Today finally the first beta version of the @pwrtelegram bot api is released!

Visit pwrtelegram.xyz for the full documentation!

With this API you will be able to everything you can do with the official bot api, and also download big files (max 1.5 GB).

To use it simply subsitute the url of the bot telegram api (https://api.telegram.org) with the url of the pwrtelegram api (https://api.pwrtelegram.xyz) in your telegram client.

You can use this command to do it:

sed -i 's/api\.telegram\.org/api\.pwrtelegram\.xyz/g' client.py

For now only getUpdates fetching method is supported.

Please note that this api is still in beta and supports (apart from the official telegram api methods) only downloading of big files. Uploading (of big files, files < 50 MB can still be uploaded) will be added by the end of this week.

Feel free to contribute with pull Requests @ https://github.com/pwrtelegram/pwrtelegram.
For questions contact @danogentili.

Share this message with all of your friends! :)

Читать полностью…

PWRTelegram API channel

And an official telegram group chat! /channel/pwrtelegramgroup

Читать полностью…

PWRTelegram API channel

And an official domain name! https://pwrtelegram.xyz

Читать полностью…

PWRTelegram API channel

Currently the PWRTelegram API is still in development, but you can take a sneak peek @ the source code @ https://github.com/pwrtelegram/pwrtelegram

Читать полностью…

PWRTelegram API channel

Hello everyone! This is the official channel for the PWRTelegram bot API.

Читать полностью…

PWRTelegram API channel

Today the biggest update of the @pwrtelegram bot API is released!

Here are the features of the PWRTelegram API:
- All of the official telegram bot API features plus:
- Downloading of files up to 1.5 GB in size
- Anonymous file storage (the URL of downloaded files does not contain your bot's token)
- Uploading of files up to 1.5 GB in size
- Uploading of files using an URL
- Reuploading of files using a file ID and different file type or file name.
- Uploading of any file/URL/file ID with automagical type recognition.
- Uploading of any file/URL/file ID without sending the file to a specific user.
- Automagical metadata recognition of sent files/URLs/file IDs.
- Deleting of text messages sent from the bot
- Uploading of files bigger than 5 megabytes with inline queries (supports both URLs and direct uploads)
- Automatical type recognition for files sent using answerinlinequery
- Both webhooks and getupdates are supported.
- webhook requests can be recieved even on insecure http servers.
- It is open source!
- It can be installed on your own server!
- You tell me!

This API is written and maintained by danog (@danogentili on telegram) with the help of the folks over @BotDevelopment, especially itskenny0 (@shitposting on telegram) and Rondoozle (@POTUS on Telegram).

It is hosted and promoted by the awesome Bothosting.

The new PWRTelegram logo was created by @BayernPars.

To use it simply subsitute the url of the bot telegram api (https://api.telegram.org) with the url of the pwrtelegram api (https://api.pwrtelegram.xyz) in your telegram client.

You can use this command to do it:
sed -i 's/api\.telegram\.org/api\.pwrtelegram\.xyz/g' client.py

All clients are supported, not just python clients.

Visit https://pwrtelegram.xyz for the full documentation!

There are lots of new features cooking such as the joining of groups using invite links (or in certain cases even the username of the group), the resolving of any username to user ids and much more!

You can help by doing the following things:
- Suggesting new features or reporting bugs by opening a new issue or contributing directly with pull requests @ the repos of the pwrtelegram github organization.
- Peer reviewing the source code of the API.
- Subscribing to the official pwrtelegram channel.
- Subscribing to the @BotHosting channel.
- Joining the official pwrtelegram development group.
- Following the official pwrtelegram twitter account
- Starring the repos of the pwrtelegram github organization.
- Sharing this message with all of your friends, your groups and forwarding it to your channels!

Читать полностью…

PWRTelegram API channel

I've also added some features to the API (see https://github.com/pwrtelegram/pwrtelegram).

As usual feel free to suggest new features by writing to @pwrtelegramgroup and debug existing ones using the main (api.pwrtelegram.xyz) or the beta (beta.pwrtelegram.xyz) API endpoints or the official @pwrtelegrambot.
If you find a bug create an issue in the github repository (or even better submit a pull request with a fix) or write to @pwrtelegramgroup or to @danogentili (in case of security issues).

P.S. Thanks to @spteit for linking to this channel.

Читать полностью…

PWRTelegram API channel

Working on some new features for inline queries...

Читать полностью…

PWRTelegram API channel

🔨 1 new commits to pwrtelegram:master:

8387650: Download files directly to the PWRTelegram storage server even if the store on pwrtelegram parameter isn't provided by Pwrtelegram

Читать полностью…

PWRTelegram API channel

🔨 1 new commits to pwrtelegram:master:

8f85cf8: Improved mime type recognition, added file caching function, improved voice sending, improved token regex. by Pwrtelegram

Читать полностью…

PWRTelegram API channel

That's it for this commit, but I'm already working on some new features involving webhooks and inline queries.

Читать полностью…

PWRTelegram API channel

_________________________________________
/ I also had a few other nice projects to \
\ work on :) /
-----------------------------------------
\ (__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~

Читать полностью…

PWRTelegram API channel

Hello! I've got a lot of features cookin' and I'd like to ask you a question: is there any other feature you want me to add in the next release? Answer by writing to the group @pwrtelegramgroup.

Читать полностью…

PWRTelegram API channel

Updated apache settings and fixed a lot of bugs. Currently uploading a 1GB file as a test, once finished the API's ready! :)

Читать полностью…

PWRTelegram API channel

I'm currently creating an install script for the pwrtelegram api, so that you will be able to install it on your own server.

Читать полностью…

PWRTelegram API channel

And an official Twitter account! https://Twitter.com/pwrtelegram

Читать полностью…

PWRTelegram API channel

And an official github organization! https://github.com/pwrtelegram

Читать полностью…

PWRTelegram API channel

We've got officiel icons now!

Читать полностью…

PWRTelegram API channel

The PWRTelegram bot API will feature lots of cool features in addition to the ones that the official telegram API provides, such as support for big files, and much more!

Читать полностью…
Subscribe to a channel