Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.22 KB

Unsecured CCTV Cameras Discord Bot

A Discord bot written in TypeScript that uses the bun runtime. Scrapes random unsecured CCTV cameras.

Jakarta, Indonesia Tokyo, Japan

🚀 Usage

  1. Clone this repository to your local machine.
  2. Run bun install to install the necessary dependencies.
  3. Create a Discord bot and obtain the necessary token. You can find a guide here.
  4. Rename the .local.env.example file to .local.env and add your API credentials in the following format:
TOKEN=DISCORD_TOKEN_HERE
  1. Launch the bot by running bun start.

🖥️ Commands

/cameras (replies with a random screenshot of a camera)

🙌 Credits

This project was developed by YoruNoKen under the MIT license, with camera feeds sourced from Insecam.org.

The idea is from John Q. Herman who developed the Twitter version of this bot.