Skip to content

Instantly share code, notes, and snippets.

View rssnyder's full-sized avatar
🥨
limitless servers in a serverless world

Riley Snyder rssnyder

🥨
limitless servers in a serverless world
View GitHub Profile

Live stock and crypto tickers for your discord server.

Stock and Crypto Prices

TICKERS

Crypto Marketcap

MARKETCAP

NFT Floor Price

FLOOR

Payment Policy

Bots $10/bot/year

Crypto

If paying with ETH or ERC-20 stable-tokens, send to 0x27B6896cC68838bc8adE6407C8283a214ecD4ffE.

I am not accepting coins/tokens other than ETH and stable-tokens at this time.

ssl=yes
use=web
protocol=googledomains
login={{ dns_user }}
password={{ dns_password }}
qbittorrent.cloud.rileysnyder.org {
reverse_proxy 192.168.100.10:7001
}
s3.cloud.rileysnyder.org {
reverse_proxy 192.168.100.10:9768
}
metrics.cloud.rileysnyder.org {
reverse_proxy 192.168.100.10:3000
@rssnyder
rssnyder / discord-stock-ticker-howto.md
Last active May 14, 2022 00:41
How to run your down ticker bots!

Step 1: Download the ticker binary

Go to the github release page and find the latest release. For this example I will be using the v3.0.1 release.

Since we are targeting linux on an Intel CPU for this guide, copy the link for linux-amd64: discord-stock-ticker-v3.0.1-linux-amd64.tar.gz

Open a new terminal, and we will use wget to download the tar file: wget https://github.com/rssnyder/discord-stock-ticker/releases/download/v3.0.1/discord-stock-ticker-v3.0.1-linux-amd64.tar.gz

Now extract the binary using tar: tar zxf discord-stock-ticker-v3.0.1-linux-amd64.tar.gz

@rssnyder
rssnyder / pmw_media_share.md
Last active July 19, 2021 21:00
PMW Media Share YT Playlists

PMW Media Share YT Playlists

A list of youtube playlists of media share videos.

Media Share Streams

2021-07-18

@rssnyder
rssnyder / plex.docker-compose.yml
Last active September 5, 2021 14:19
plex resources
---
version: "3"
services:
plex:
image: ghcr.io/linuxserver/plex
container_name: plex
network_mode: host
restart: unless-stopped
environment:

Chicago - September 24-27 2021

Lodgging

  • AirBnb: 1312 S Wabash Ave, Chicago, IL 60605

Activities

  • Navy pier
  • Museum of science, marvel exibit: 2:30pm Saturday
#!/usr/bin/env node
// jshint esversion: 6, asi: true
// <xbar.title>Github Pull requests</xbar.title>
// <xbar.version>v2.0</xbar.version>
// <xbar.author>Noam Knispel</xbar.author>
// <xbar.author.github>noamknispel</xbar.author.github>
// <xbar.desc>Get list of pull requests from Github for multiple repositories</xbar.desc>
// <xbar.dependencies>node.js request co bluebird</xbar.dependencies>