# The Reddit Bot?

## This docs is depracated. New link: <https://reddit-video-maker-bot.netlify.app/>

We have all seen those Text To Speech videos on YouTube and TikTok, right? A Minecraft background, screenshots from a random Reddit thread, and TTS. Well, those low-effort videos can be completely automated now! Using this bot, you can produce a high-quality video (perfect for your TikTok and YouTube) in 5 to 10 minutes with almost no effort.

![video](https://3241797666-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLTSXsH20083TuIFTQQhK%2Fuploads%2Fgit-blob-cd19420e4ebc7ec71c886ae5d0679e534686a594%2FaskRedditFinished.mp4?alt=media)

(Generated just by code)

Before we start, though, there is an installation script that installs everything from scratch that you can use if you are on MacOS or Linux (I would strongly recommend using it):

`bash <(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)`

All the credit for this bot's development goes to Lewis Menelaws. Get in touch with Lewis and his server filled with a bunch of lovely developers [here](https://discord.gg/5uw4eCQf6Z). Check out the project on Github (and maybe leave a star on it), [by clicking here](https://github.com/elebumm/RedditVideoMakerBot).

This simple documentation will guide you through the installation process of the bot & its required source files and get you running in no time!

Psst. We need your help! If you feel that documentation is incomplete or want to improve it, click this link. <https://github.com/LukaHietala/reddit-bot-docs>

## Developers and maintainers of the bot

[Elebumm](https://github.com/elebumm) (`Lewis#6305`) - (Founder)

[Jason](https://github.com/JasonLovesDoggo) (`JasonLovesDoggo#1904`) - (Maintainer)

[CallumIO](https://github.com/CallumIO) (`c.#6837`)

[Verq](https://github.com/CordlessCoder) (`Verq#2338`)

[LukaHietala](https://github.com/LukaHietala) (`Pix.#0001`)

[Freebiell](https://github.com/FreebieII) (`Freebie#6429`)

## Documentation

* [HarryDaDev](https://github.com/ImmaHarry) (`hrvyy#9677`)
* [LukaHietala](https://github.com/LukaHietala) (`Pix.#0001`)
* [micziz](https://github.com/micziz)
* [CordlessCoder](https://github.com/CordlessCoder) (`Verq#2338`)

(These aren't by any means exhaustive lists)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
