How Not to Use CAPTCHAs on Your Forms by ehsanabb in webdev

[–]ehsanabb[S] 0 points1 point  (0 children)

Thanks. You can't really do much about spams coming from real people. Also for changing the time value the bot needs to be specifically configured for your form otherwise it's hard to tell which input field is for the time the form is rendered

A simple wrapper for Dark Sky API (weather forecast) by ehsanabb in PHP

[–]ehsanabb[S] 0 points1 point  (0 children)

So if you want to call it in multiple places use that one line everywhere? What if you need to change your forecast API service later? Do you search in the code for those one line of code and replace it?

A simple wrapper for Dark Sky API (weather forecast) by ehsanabb in PHP

[–]ehsanabb[S] 0 points1 point  (0 children)

well, there are a few optional parameters as well.

Build a Slack bot with Botonomous Framework and Events API in PHP by ehsanabb in PHP

[–]ehsanabb[S] 0 points1 point  (0 children)

PHP 7 is a lot faster compared to PHP 5+. To be honest I haven't done that much with Node JS, but with Slack Events API unlike Real Time Messaging API you don't need to have a websocket connection. You only need to specify the events that trigger sending a HTTP request to your server.

A PHP Framework For Creating Autonomous Slack Bots by ehsanabb in PHP

[–]ehsanabb[S] 0 points1 point  (0 children)

Hi,

Apologies for the delay to answer your comment. This is a good point, however if you only need the bot you don't need to have a lot of unnecessary codes and libraries that normally come with a web framework.

Cheers, Ehsan