Skip to content

BlueFalconHD/tatertot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

45 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


tatertot

๐ŸŽค rickroll in style


๐Ÿง‚ Table of Contents

โš™๏ธ Usage

  1. Fork this repository
  2. Modify config.json with your desired settings.
  3. Enable github pages on the master branch.
  4. Profit.

๐Ÿ“ผ Demo Video

tatertot-demo.mp4

๐Ÿก How it Works

This uses a GitHub action that runs a NodeJS script, found in src. This then commits the finished HTML to index.html, and then GitHub Pages will build that HTML file, allowing you to rickroll your friends.

๐Ÿ“‚ Configuration

This has all possible configuration values predefined in config.js, but here is an explanation for each.

{
  "embed": {
    "title": "Tatertot Title",
    "description": "Tatertot Description",
    "url": "https://bluefalconhd.github.io/tatertot",
    "image": "https://github.com/BlueFalconHD/tatertot/raw/master/assets/logo.png",
    "color": "#FFFFFF"
  },
  "page": {
    "title": "Tatertot Page Title"
  },

  "redirect": "https://shattereddisk.github.io/rickroll/rickroll.mp4",
  "delay": 10000,
  "iframe": "https://bluefalconhd.github.io/Bento/"
}

๐ŸŒ† Embed

Title

The title of the embed that shows in discord or twitter.

Description

The description of the embed that shows in discord or twitter.

URL

The url discord or twitter will send you to on click of the embed.

Image

A link to the thumbnail image.

Color

A hex color code like #FFFFFF that shows on the side of the embed in discord.

๐Ÿงพ Page

Title

The tab title of the website.

๐Ÿ” Redirect

The website to redirect to after the delay

โฒ Delay

The delay in between when somebody visits the website and when it redirects to the link chosen.

๐Ÿ–ผ IFrame

The dummy website to show inside an iframe.

Note: This might not work in some cases due to browser security features.

๐Ÿ‘ผ @readmeify โ„ docs โ€ข ๐Ÿ‘ฎ MIT License โ€ข Jump to Top