From 47a77f1d5a276cb56dc557e61452f10d1749a1f7 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 18 Jul 2016 15:08:17 +0200 Subject: [PATCH] Added telegram bot API and PWRTelegram bot API. Added distinction between telegram's mtproto and bot API and added my own boosted version of the telegram bot API, called PWRTelegram. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 141e59d4..258b8317 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,9 @@ A collective list of JSON APIs for use in web development. | Full Contact | Get Social Media profiles and contact Information | Yes | [Go!](https://www.fullcontact.com/developer/docs/) | | Instagram API | Instagram Login, Share on Instagram, Social Plugins and more | Yes | [Go!](https://www.instagram.com/developer/) | | LinkedIn REST-API | The foundation of all digital integrations with LinkedIn | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | -| Telegram API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Telegram MTProto API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Telegram bot API | Simplified HTTP version of the MTProto API for bots | Yes | [Go!](https://core.telegram.org/bots/api) | +| PWRTelegram bot API | Boosted version of the Telegram bot API | Yes | [Go!](https://pwrtelegram.xyz) | | Tumblr API | Read and write Tumblr Data | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) | | Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | | vk API | Read and write vk dat | Yes | [Go!](https://vk.com/dev/sites) |