Skip to content
GoPHP.io

Topics about Go, PHP and more

Category: How to

Instant Customer Feedback via SMS using Go and Slack

Customer Feedback via SMS using Go and Slack

Posted on July 7, 2019 by UberSwe

Using an SMS Gateway called 46elks and some Go we can automate a customer feedback process which is usually done manually by calling a customer. This was an idea I had when I worked at a large sales company in Sweden a few years ago and my task was to find things that could be […]

Posted in Everything, Go, How to, SlackTagged bots, Slack, smsLeave a Comment on Customer Feedback via SMS using Go and Slack
pi-hole adblocking via dns

How to use Pi-hole to block all ads on your local network

Posted on June 5, 2019 by UberSwe

Recently I decided to set up a Pi-hole installation on my local network. Initially I was going to use a Raspberry Pi 3 B+ but the company I work for was replacing all the PCs and I was able to get my hands on one of them. Pi-hole is a simple tool which can be […]

Posted in DNS, Everything, How toTagged adblocking, dns, pi-holeLeave a Comment on How to use Pi-hole to block all ads on your local network

How to Install Go 1.12 on Ubuntu 18

Posted on May 5, 2019 by UberSwe

Begin by running the following command to add the golang backports ppa: sudo add-apt-repository ppa:longsleep/golang-backports If you get an error such as “add-apt-repository command not found” then you need to run the following command to install add-apt-repository:

Posted in Everything, Go, How toTagged go, golang, install3 Comments on How to Install Go 1.12 on Ubuntu 18
Golang Slack Bots

Developing Slack Bots with Go: Part 1

Posted on January 4, 2019 by UberSwe

In my previous post I wrote a guide on how to post a simple Slack message using a bot with PHP. Now we will do the same thing but instead with Go. I have also decided to send a json request instead of a form-url encoded request like we did with PHP. There are some […]

Posted in Everything, Go, How to, SlackTagged Bot, golang, SlackLeave a Comment on Developing Slack Bots with Go: Part 1
Custom Slack Bots With PHP

Developing Slack Bots with PHP: Part 1

Posted on January 3, 2019 by UberSwe

I have done a lot of work with slack bots in the past both professionally and in my spare time. In the past I build a plugin for WHMCS called WHMCS Slack which was originally a paid addon but is now open source and available for free on Github. This post is a first part […]

Posted in Everything, How to, PHP, SlackTagged bots, how to, PHP, Slack1 Comment on Developing Slack Bots with PHP: Part 1
Bots and Custom Slack Integrations

Add a custom bot integration to Slack

Posted on January 1, 2019 by UberSwe

It’s possible to create bots for your Slack channels and workspaces via custom integrations. First you will need to create a bot for your Slack workspace. To do this you need permissions to add a custom configuration. Simply go to your workspace url and add admin at the end as shown in the picture

Posted in Everything, How to, SlackTagged Bot, bots, how to, Slack1 Comment on Add a custom bot integration to Slack

Recent Posts

  • Go and JSON: Tags, Empty Strings and Nil Values
  • Will Github Copilot help me write code?
  • Run your own NameServers with CoreDNS
  • Minimalism in Web Development
  • How Switching Domain Registrars Saved Me $300+/Year

Recent Comments

  1. Carlos Herrera on Minimalism in Web Development
  2. cocoonkid on Minimalism in Web Development
  3. Santosh on Minimalism in Web Development
  4. researchiteng on How to Install Go 1.12 on Ubuntu 18
  5. NameSilo on How Switching Domain Registrars Saved Me $300+/Year

Archives

  • September 2021
  • July 2021
  • April 2021
  • July 2020
  • July 2019
  • June 2019
  • May 2019
  • January 2019
  • December 2018
  • May 2018
  • April 2018
  • February 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017

Categories

  • AI
  • Amazon Web Services
  • Bots
  • Caddy
  • Colly
  • Cryptocurrency
  • DNS
  • Domains
  • Everything
  • Games
  • Github
  • Go
  • Hardware Wallet
  • How to
  • HTML
  • Notifications
  • PHP
  • Registrars
  • Slack
  • Trading
  • Vertcoin
  • Web Development

© 2023 Beubo