Hi
How to post Videos on Reddit using c#
Thanks
Hi
How to post Videos on Reddit using c#
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Emily FosterPosted May 8, 2025, 12:55 AM
Hello! It seems like you're looking to delve into posting videos on Reddit using C#. While Reddit provides an API for developers to interact with, unfortunately, direct posting of videos is not supported through the API at the moment.
However, you can still achieve a workaround by uploading your video to a third-party platform and then sharing the link to the video on Reddit. For instance, you can upload the video to a service like Imgur or Streamable and then post the link on Reddit.
Here's a simplified example in C# of how you could approach this:
Remember, before posting on Reddit programmatically, make sure to review Reddit's API documentation and adhere to their guidelines to avoid any issues.
If you have any more specific questions or need further assistance, feel free to ask!