Skip to content

Simple script to notify you when there is a rain at bloxflip.com

License

Notifications You must be signed in to change notification settings

amprocode/Bloxflip-rain-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloxflip-rain-notifier

Update v1.5.1:

  • Updated API

Information:


Installation:

  1. First download the latest version of the program, either the exe or the python version.
  2. Extract the files to a foler of your choice
  3. Now run the "installer.bat" file and it should start running, now you can minimise the chrome browser and the program and do some work while waiting for a notification.
  • Any problems open up a new issue on this github respitory!

Config guide:

Default config.json file:

{
  "minimum_amount": 500,
  "refresh_rate": 30,
  "windows_notification": true,
  "webhook_enabled": false,
  "webhook_ping": "<@1234567890987654>",
  "webhook": "https://discord.com/api/webhooks/xxxxxxxx/xxxxxxxxxxxxxx"
}

minimum_amount:

Minimum rain amount intended for the program required to send you a notification. If you dont want this and want to be notified of all rains leave it at 500

Example: If you set it to 1000 it will only notify you of rains that are bigger then or equal to 1000 R$

refresh_rate:

How often you want it to check if there is a rain currently happening (in seconds)

⚠️ WARNING ⚠️

  • Recommended to not go below 15 seconds because you dont want your potato PC to crash
  • Experiment with this feature, see what works for you

windows_notification:

If set to "true" then a popup on the bottom right on your screen will display showing you information about the current rain

Here is an example:

unknown (2)

webhook_enabled:

Should be obvious but if you want the rain notifier to send a message to your discord webhook set it to "true"

webhook_ping:

You can now ping a role or user instead of @everyone. If you need help getting an ID im sure this will help:

https://youtu.be/KVLdpboY7bg

Setting up ping:

If you want to ping @everyone or @here make sure your webhook_ping setting looks something like this:

"webhook_ping": "@everyone",

If you want to ping a user make sure your webhook_ping setting looks something like this:

"webhook_ping": "<@747719812054253568>",

If you want to ping a role just put a & symbol infront of the numbers. It should look something like this:

"webhook_ping": "<@&690632567663575090>",

Obviously these are examples, replace the numbers with your own

webhook:

If you set webhook_enabled to "True" input your webhook into here to it can actually send it to you

Example of webhook:

image

Current Issues:

  • None

About

Simple script to notify you when there is a rain at bloxflip.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published