I have been building chatbot in Python associated with Telegram, I have been using Library named python-telegram-bot for same. But I want to develop my own APIs in Python 3.x using Telegram but when I checked link https://core.telegram.org/bots/api this doesn't look clear at all.
Could experts please do guide me how to work on these APIs? I mean its not clear to me even end points for various operations are NOT clear. Would be grateful if experts could guide here.
Related
I am working with fast api.
I would like to integrate x-ray but could not find any example on line, I can see there is a feature request but I also found this github answer
where it states You can now instruments your FastAPI application using Open Telemetry Python SDK and sends data to X-Ray service.
But could only find flask\django examples.
Does anyone have a short example\link ?
would really appreciate it!
THX!
Please someone help me implement chat application in Xamarin form.
I have tried https://github.com/jamesmontemagno/app-monkeychat link to implement. But I did not found package Ip Messaging Package in neuget.
Highly appreciate your help.
Thank you
Monkey chat is using the Twilio library, have you thought about using SignalR?
https://montemagno.com/real-time-communication-for-mobile-with-signalr/
And others -
https://www.c-sharpcorner.com/article/create-a-chat-app-using-asp-net-and-xamarin-android-with-signalr/
https://developer.telerik.com/products/real-time-mobile-apps-with-appbuilder-xamarin-and-signalr/ (depends on telerik though)
https://medium.com/#edgarleonardo/websockets-implementation-with-signalr-and-xamarin-forms-d9244fa128da
There should be enough information across all those articles to allow you to get started on your application.
Could you please help me how to call/invoke plain C API from DLL file with JavaScript or Python or PHP language with TideSDK?
Thanks and best regards,
Phuong Tang Khai,
Can you elaborate how exactly that you wanna call the APIs. and what kind of APIs you are talking about. There are already various modules available which provides decent functionality available already.
However if you don't find required functionality, you can create your own custom module and plug it in with TideSDK.
The call to APIs needs to be wrapped up as custom modules of Tide and has to be built along with TideSDK.
I am trying to use the facebook API provided by Nokia Developer:
http://www.developer.nokia.com/Community/Wiki/Facebook_Connect
I need to know what library or files should i include to connect to this API. And if you can provide me with any important guidelines it would be great.
Thanks,
Did you actually read the page you linked to? The first line has a link to the download location and the entire page is full of examples of how to use the API.
However, if you did follow the download link you'd see this:
Facebook is deprecating the old REST api upon which this library is
based on. The new api is called facebook graph api and that should be
used, the rest api breaks all the time so its not a good idea to use
it. Please look at http://gitorious.org/qfacebook for a Qt
implementation of the new facebook graph API
Which makes your question somewhat irrelevant.
With Qt 5, you can now use the V-Play Facebook Qt Plugin.
It wraps the native Facebook SDK around a QML item and thus has the advantage that native login functionality and the whole Facebook Graph API is available cross-platform.
There is a free sample, documentation and tutorials available here: http://plugins.v-play.net/plugins/facebook/
Do you know if it's possible to build an application for the LinkedIn platform?
Yes, they have API at http://developer.linkedin.com/index.jspa, allowing access to the profile, connections, messaging and more.
While LinkedIn has promised a public API for a very long time now, they have yet to deliver.
No, there is no public LinkedIn API yet.
IMO, their widgets (which there are only two of at the moment, which are very limited) don't count.
They say that they are open to being contacted with specific uses for their API and they may give access to parts as needed - but that is if they accept your ideas for integration. They have been very picky with this - and have not accepted my attempts to integrate with LinkedIn yet, they tell me I have to wait with everyone else, apparently my applications are not "high-profile" enough.
Sure, you'll find many Google results talking about their "promised" API, but they are empty promises and won't be of much help.
Yes, Linkedin has an API:
http://www.programmableweb.com/api/linkedin
http://blog.linkedin.com/blog/2007/12/the-intelligent.html
So you could build an application that uses it.
Update: (from second link)
We’ll be phasing all of this in over the coming months and to get involved with the Intelligent Application Platform either for APIs, widgets, or hosted applications, send us an e-mail to developers#linkedin.com telling us what you want to build and what you need to build it.
Since there are published Mashups using LinkedIn I would assume that means you can use the API even if the documentation isn't readily available.
As a tip, in the future include links to what you found that didn't work, so we know not to give it to you again.
I poked around a bit more and I found some more on their widgets which appears to be the main focus of their API.