Git Product home page Git Product logo

firstfrontiersharebot's Introduction

First Frontier Sharing Bot

This is a bot made for the First Frontier No Man's Sky community to bridge the media sharing gap between PS4 and PC players. PC players can easily share screenshots but PS4 players don't have it so easy. This can be used to share any sort of PS4 media to a Discord channel of your choosing.

You will need a file discord_creds.json with the following information:

{
	"token": "YOUR DISCORD BOT TOKEN",
	"autorun": true
}

Note that this is a discord.io config object, thus the autorun: true

You will also need a file twitter_creds.json with the following information:

{
	"consumer_key"        : "YOUR CONSUMER KEY",
	"consumer_secret"     : "YOUR CONSUMER SECRET",
	"access_token"        : "YOUR ACCESS TOKEN",
	"access_token_secret" : "YOUR ACCESS TOKEN SECRET"
}

Finally, set an environment variable named FFBOTCHANNEL containing the Discord channel ID that the bridge will post to.

export FFBOTCHANNEL=1111111111

or...

FFBOTCHANNEL=1111111111 coffee app.coffee

Note

Since this is written in coffeescript you'll want to install coffeescript globally

sudo npm install -g coffee-script

firstfrontiersharebot's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.