Skip to content

Bash script that pushes reddit image links to a webhook

License

Notifications You must be signed in to change notification settings

taichikuji/BRWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRWP: A Bash Reddit Webhook Pusher!


What's the point of this project?

This project was initially a fork of emolina5's project, but it ended up being much different, just sharing a few snippets of code and the overall idea.

What does it do?

It essentially sends a bunch of preconfigured amount of images from Reddit to Discord.

How do I make it work if I want to run it locally?

It's really simple!

  1. First of all, you need to make sure you have either bash or powershell available.

  2. Then you need to input the data in the script through the variables;

    WEBHOOK_URL=""
    SUBREDDIT=""
    
  3. And that's it! Now to run it, you need to do the following: bash .\BRWP.sh on Linux or powershell.exe -command .\BRWP.ps1 on Windows!

About

Bash script that pushes reddit image links to a webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published