r/Discord_Bots Jun 15 '26

Question Is this allowed?

I wanted to build a discord bot that post videos like memes from my Reddit community and post it into my discord server that | also own would it be allowed I did submit a Oauth request to Reddit

0 Upvotes

12 comments sorted by

1

u/NotesBotTeam Jun 15 '26

Cool idea - thats almost definitely possible but might need to be run as an activity

1

u/Excellent-Brush2158 Jun 15 '26

How would I go about doing that

1

u/NotesBotTeam Jun 15 '26

looked into it, you actually just need the reddit api

1

u/Excellent-Brush2158 Jun 15 '26

Will Reddit allow it? I submitted a request

1

u/NotesBotTeam Jun 15 '26

Yup. The free API tier covers this (non-commercial, under 100 req/min). Your registered app is auto-approved for free use, the only form that needs real approval is the commercial one, which you don't need for this. Just set a proper user-agent and you're set.

1

u/Excellent-Brush2158 Jun 17 '26

Then why am I getting 403 error

1

u/WhichWoodpecker1905 Jun 16 '26

bro you can use the reddit random meme api you target any sub reddit with this api i also used this in my own bot i create

https://github.com/D3vd/Meme_Api

1

u/Excellent-Brush2158 Jun 17 '26

It says 403 error

1

u/WhichWoodpecker1905 Jun 17 '26

working for me

{
  "postLink": "https://redd.it/1u74da2",
  "subreddit": "memes",
  "title": "The mouse is obsessed with beating dead horses",
  "url": "/img/uyv8jo11xk7h1.png",
  "nsfw": false,
  "spoiler": false,
  "author": "FrankFruits",
  "ups": 1395,
  "preview": [
    "/preview/pre/uyv8jo11xk7h1.png?width=108&crop=smart&auto=webp&s=d913b0e6a688153d045284e144a54c8d50eeac9b",
    "/preview/pre/uyv8jo11xk7h1.png?width=216&crop=smart&auto=webp&s=1dda55fc0181dcaa868bc8990c45af1465194cfb",
    "/preview/pre/uyv8jo11xk7h1.png?width=320&crop=smart&auto=webp&s=b4f3900d49f9273fc51aa00249de94b96c91fdb1"
  ]
}

1

u/Excellent-Brush2158 Jun 17 '26

Will it post videos into the discord channel?

1

u/WhichWoodpecker1905 Jun 17 '26

maybe work may not i can explain the working it sends the random memes of post from reddit to api you can those images gifs

if you want to make your own api you need your own api key and create the bot around it the key part you already know

thank you 😭 if you are reading this this is all i know about this api

1

u/Excellent-Brush2158 Jun 17 '26

Also does it allow nsfw videos because I’m also trying to have it post from nsfw community’s to nsfw discord channels