Sponsored Content
Top Forums Programming Programming a Telegram Bot Using Node-RED, PHP, and MySQL Post 303045168 by Neo on Friday 13th of March 2020 12:31:55 AM
Old 03-13-2020
Yes, I agree many company will not permit an app like Telegram, especially a big company like yours.

On this point, I cannot advise how to proceed because your companies risk management team will set the policy of what can and cannot be done.

Always work with your IT risk management team in a step-by-step manner, because they are important partners in IT projects!
This User Gave Thanks to Neo For This Post:
 

7 More Discussions You Might Find Interesting

1. Red Hat

Can't uninstall MYSQL from RED HAT ES

Hi Everyone Could you kindly advise on how I should do a chkconfig and uninstalling mysql rpm on Red hat ES.Please check the errors that I'm getting below. :eek: I need to uninstall MySQL completely from my linux system ver 2.4.21-37 and use the chkconfig command to switch it on... (15 Replies)
Discussion started by: CollenM
15 Replies

2. What is on Your Mind?

Telegram Bots - Bot Code Examples

I'm currently looking into ways to integrate the Telegram API into the forums: Telegram Bots - Bot Code Examples I'm thinking, first off, to use the Telegram API to get forum alerts and notifications (to Bot or Not?). Second, I thinking of ways to more deeply integrate Telegram into the... (5 Replies)
Discussion started by: Neo
5 Replies

3. Web Development

Node.js and mysql - ER_ACCESS_DENIED_ERROR

This problem has been killing me all day, and I cannot solve it. Basically, I am using node.js with the mysql module and it will not connect to the database. Here is the JS code snippet in node.js: app.get("/test", function(req, res) { var mysql = require("mysql"); var con =... (4 Replies)
Discussion started by: Neo
4 Replies

4. Infrastructure Monitoring

Using Node-RED and MQTT to Monitor Server and Application Stats

After setting up MQTT and testing some ESP8266 and ESP32 modules, where I noted that testing in Programming ESP32 (ESP-WROOM-32) as an MQTT Client Subscribed to Linux Server Load Average Messages, I was so impressed with MQTT that I installed MQTT on three different computers, instantly and... (2 Replies)
Discussion started by: Neo
2 Replies

5. Programming

Publish and Subscribe to AES-256 Encrypted MQTT Messages to Node-RED from PHP Scripts

Various Node-Red crypto modules do not work with PHP, so to send an encrypted message from a PHP script (in this case from a Ubuntu server) to Node-RED we need our own code. After a few hours of searching, testing various libs, more testing and debugging, I got this PHP to Node-RED code... (0 Replies)
Discussion started by: Neo
0 Replies

6. Programming

Node-RED: Writing MQTT Messages to MySQL DB with UNIX timestamp

First, I want to thank Neo (LOL) for this post from 2018, Node.js and mysql - ER_ACCESS_DENIED_ERROR I could not get the Node-RED mysql module to work and searched Google until all my links were purple! I kept getting ER_ACCESS_DENIED_ERROR with the right credentials. Nothing on the web was... (0 Replies)
Discussion started by: Neo
0 Replies

7. What is on Your Mind?

MQTT, Node-RED, Linux, Apache2, MySQL, PHP, Telegram, ESP32, ESP8266, Arduino

I have just completed the first phase of integrating all these devices and technologies: MQTT, Node-RED, Linux, Apache2, MySQL, PHP, Telegram, ESP32, ESP8266, and the Arduino Uno The glue that binds all this together is MQTT. In fact, MQTT makes this kind of integration nearly trivial to... (1 Reply)
Discussion started by: Neo
1 Replies
Gtk2::Range(3)						User Contributed Perl Documentation					    Gtk2::Range(3)

NAME
Gtk2::Range HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Range INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
adjustment = $range->get_adjustment $range->set_adjustment ($adjustment) o $adjustment (Gtk2::Adjustment) double = $range->get_fill_level Since: gtk+ 2.12 $range->set_fill_level ($fill_level) o $fill_level (double) Since: gtk+ 2.12 $range->set_increments ($step, $page) o $step (double) o $page (double) boolean = $range->get_inverted $range->set_inverted ($setting) o $setting (boolean) sensitivitytype = $range->get_lower_stepper_sensitivity Since: gtk+ 2.10 $range->set_lower_stepper_sensitivity ($sensitivity) o $sensitivity (Gtk2::SensitivityType) Since: gtk+ 2.10 $range->set_range ($min, $max) o $min (double) o $max (double) boolean = $range->get_restrict_to_fill_level Since: gtk+ 2.12 $range->set_restrict_to_fill_level ($restrict_to_fill_level) o $restrict_to_fill_level (boolean) Since: gtk+ 2.12 boolean = $range->get_show_fill_level Since: gtk+ 2.12 $range->set_show_fill_level ($show_fill_level) o $show_fill_level (boolean) Since: gtk+ 2.12 updatetype = $range->get_update_policy $range->set_update_policy ($policy) o $policy (Gtk2::UpdateType) sensitivitytype = $range->get_upper_stepper_sensitivity Since: gtk+ 2.10 $range->set_upper_stepper_sensitivity ($sensitivity) o $sensitivity (Gtk2::SensitivityType) Since: gtk+ 2.10 double = $range->get_value $range->set_value ($value) o $value (double) PROPERTIES
'adjustment' (Gtk2::Adjustment : readable / writable / construct / private) The GtkAdjustment that contains the current value of this range object 'fill-level' (double : readable / writable / private) The fill level. 'inverted' (boolean : readable / writable / private) Invert direction slider moves to increase range value 'lower-stepper-sensitivity' (Gtk2::SensitivityType : readable / writable / private) The sensitivity policy for the stepper that points to the adjustment's lower side 'restrict-to-fill-level' (boolean : readable / writable / private) Whether to restrict the upper boundary to the fill level. 'show-fill-level' (boolean : readable / writable / private) Whether to display a fill level indicator graphics on trough. 'update-policy' (Gtk2::UpdateType : readable / writable / private) How the range should be updated on the screen 'upper-stepper-sensitivity' (Gtk2::SensitivityType : readable / writable / private) The sensitivity policy for the stepper that points to the adjustment's upper side SIGNALS
value-changed (Gtk2::Range) adjust-bounds (Gtk2::Range, double) move-slider (Gtk2::Range, Gtk2::ScrollType) boolean = change-value (Gtk2::Range, Gtk2::ScrollType, double) ENUMS AND FLAGS
enum Gtk2::ScrollType o 'none' / 'GTK_SCROLL_NONE' o 'jump' / 'GTK_SCROLL_JUMP' o 'step-backward' / 'GTK_SCROLL_STEP_BACKWARD' o 'step-forward' / 'GTK_SCROLL_STEP_FORWARD' o 'page-backward' / 'GTK_SCROLL_PAGE_BACKWARD' o 'page-forward' / 'GTK_SCROLL_PAGE_FORWARD' o 'step-up' / 'GTK_SCROLL_STEP_UP' o 'step-down' / 'GTK_SCROLL_STEP_DOWN' o 'page-up' / 'GTK_SCROLL_PAGE_UP' o 'page-down' / 'GTK_SCROLL_PAGE_DOWN' o 'step-left' / 'GTK_SCROLL_STEP_LEFT' o 'step-right' / 'GTK_SCROLL_STEP_RIGHT' o 'page-left' / 'GTK_SCROLL_PAGE_LEFT' o 'page-right' / 'GTK_SCROLL_PAGE_RIGHT' o 'start' / 'GTK_SCROLL_START' o 'end' / 'GTK_SCROLL_END' enum Gtk2::SensitivityType o 'auto' / 'GTK_SENSITIVITY_AUTO' o 'on' / 'GTK_SENSITIVITY_ON' o 'off' / 'GTK_SENSITIVITY_OFF' enum Gtk2::UpdateType o 'continuous' / 'GTK_UPDATE_CONTINUOUS' o 'discontinuous' / 'GTK_UPDATE_DISCONTINUOUS' o 'delayed' / 'GTK_UPDATE_DELAYED' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Range(3)
All times are GMT -4. The time now is 09:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy