Using Yowsup or WhatsAPI to send messages to Whatsapp groups [closed] - api

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I'm trying to send a message to a group from my application/ server. I want to use Yowsup or WhatsAPI. Which is better? How should I go about it?
This is what I've found for Yowsup: http://openwhatsapp.org/develop/ and https://github.com/tgalal/yowsup
This is what I've found for WhatsAPI: https://github.com/venomous0x/WhatsAPI
Also, I'm building a web application, not a native one. Is this a problem?

It will depend on the language of programming you are Good at What API uses PHP. use the update library here https://github.com/mgp25/Chat-API/tree/master
The best way to start is by downloading the examples and reading the wiki before getting started the examples are fully functional.
Yowsup is python based library and I have not had a look at it :( on any-day I would go for What API, and YES you can integrate it with your php web scripts.
Hope this helped

Related

Better Choice between React Native and Flutter(Dart) [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I will like to start mobile app development, but don't know which is a better choice between flutter and react native.
I would like some suggestions based on which is easier to learn and also more flexible with a better community and which one I can use to get a lot of work in which the development process is faster.
Thanks
Oyero H.O
First of all you need to describe what knowledge area you have.. if you are already javascript developer the react-native will be so easy for you to lean and fast development you will deliver..
if you are did not have any big development experience in JS i will recommended Flutter
please read more about it here
https://medium.com/flutter-community/why-flutter-has-become-the-best-choice-to-develop-a-startup-mobile-app-in-2020-5785ea153b13

JIRA: Create API documents [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
Is it possible to create API documents on JIRA? If yes then how? The currently employed approach involves creating / updating a Microsoft Word document and replacing it on Confluence. This approach though fulfills the requirement but do not seems a better way for API documentation management.
Thanks
Uploading Microsoft Word documents is probably the worst way.
Although I find Confluence (and JIRA) to be terrible, I write API docs using a table and it works well:
Once you have a template, copy and paste to grow the docs.

Has anyone tried using Aurelia with Document DB? Can you share what worked and what doesnt? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have used Document DB - run some queries using https://www.documentdb.com/sql/demo. Now I would like to write an app and was thinking of using Aurelia. Anyone tried to use Aurelia with Document DB. Anything to watch out for?
I'd recommend connecting Aurelia to DocumentDB through some middleware, e.g. a Node.js server.
You can find a pretty good blog post on this subject here:
Data Points - Aurelia Meets DocumentDB: A Matchmaker’s Journey by Julie Lerman

what should i learn to start creating a module in OpenERP? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a Module in OpenERP but I don't know what should I know ?
I'm a .net developer with 2 years experience.
my question is :
besides Python what should I learn ?
and how can I start being productive ASAP ?
thank you for your response :)
You just need to know basic python, To learn Python you can use byte of python book
Training is best option I suppose but if you want yo learn by your self then you can
download OpenERP technical Memento. which will help you get kick start.

Does stackoverflow have apis that can be used to create plug ins on other web sites? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to know if stackoverflow has api's that can be used as plug-ins to be put on other websites ?
Lets say in another forum , a guy posts a question , is it possible to use any api and transfer the question to stackoverflow and then transfer the answers back to the forum ?
Yes
http://api.stackoverflow.com/1.0/help
Yes, there is an API, but it can't be used as you describe. The API is read-only in its current version (1.0), so you can't create or edit posts yet. See StackApps API Documentation and Help for information on what capabilities the API gives you.