A Discord bot written in TypeScript that uses the bun runtime. Scrapes random unsecured CCTV cameras.
- Clone this repository to your local machine.
- Run
bun install
to install the necessary dependencies. - Create a Discord bot and obtain the necessary token. You can find a guide here.
- Rename the
.local.env.example
file to.local.env
and add your API credentials in the following format:
TOKEN=DISCORD_TOKEN_HERE
- Launch the bot by running
bun start
.
/cameras (replies with a random screenshot of a camera)
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.