javascript telegram bot php input how to get it? [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
i want to make telegram bot in javascript
In php we use file_get_contents("php://input") to get input but what i should use in java to get the input
php://input does not work in java so what i should use?

Related

How to send POST requests to Spring via JS? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
I have a question. Lately I've been thinking that I just need to send POST requests via javascript to Spring Boot. Is it possible to do this? If yes, then tell us the steps how it can be done, please

How send html form to email, viber, telegram without php? [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 4 years ago.
Improve this question
Are there any free projects for this? Is it possible to solve this problem without examining the server part?
For telegram i use https://formfor.site/ I hope this can help you.

external json to acces in javascript [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
How can I access categories.name_category in Javascript? Everything is working for the AJAX call to the REST API:
I tried to do like this but its not working:
I use Moustache framework
categories is an array of objects, so you need to use {{categories[0].name_category}} - assuming you only want the first value.

Twitter Filtered DM [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'm currently trying to write a script to send dm's to my followers who have certain keywords in their bio's.
I already wrote a script in js that will follow everybody who has a certain keyword in their bio.(with the profile card element visible on page)
Any idea where I should start guys?
You should start with followers/list endpoint. Collect your followers data (maybe in database), then filter by keywords and send dm's.

How to make a textarea in which the text can be formatted? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
How do I make a textarea's format editable, such as the textareas on this site, by using javascript or php?
I'd suggest using a 3rd party plugin rather than rolling your own.
A quick google reveals the follwoing for jQuery : http://jquery-plugins.net/tag/rich-text-editor

Categories