gophergala2016/FriendzoneTeam

Name: FriendzoneTeam

Owner: gophergala2016

Description: Application that lets you run commands on the server (Ubuntu / Debian) via twitter

Created: 2016-01-22 22:20:02.0

Updated: 2016-01-30 21:19:44.0

Pushed: 2016-01-25 01:07:12.0

Homepage:

Size: 39

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

alt tag

FriendzoneTeam

SocialServer with Go

Application that lets you run commands on the server (Ubuntu / Debian) via twitter. (developed golang)

Prerequisites

Installation

Edit the file: services/services.go and change lines: 25, 26 and 27 Add your Twitter Api

anaconda.SetConsumerKey("")
anaconda.SetConsumerSecret("")
api := anaconda.NewTwitterApi("", "")

And add your ssh configuration (recommended root for servers use) at line 97 and 135

out, err := ssh.Conekta("USER", "PASS", "HOST", comando.Command)

Examples

(Desfault directory is $HOME/ for all examples) Send a DM to your twitter Account

Features

Team

Bugs


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.