Skip to content

This is a ItemNotifier bot! He can notify when your friend, you or someone else bought something in roblox markerplace.

Notifications You must be signed in to change notification settings

cofiprofim/ItemNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Installation    |    Usage    |    FAQ    |    Preview

Installation

# clone the repository
$ git clone https://github.com/cofiprofim/ItemNotifier.git

# go to bot directory
$ cd ItemNotifier

# install the requirements
$ python -m pip install -r requirements.txt

Usage

Hosting

To use bot you need host so bot can work 24/7. You can use pythonanywhere for example.

Setup config

Before running code you must fill up config.json. This is a template of config:

{
    "user_config": {
        "users_to_check": [ place there ids of users which you want to watch (!WARNING! 1 id = 20 seconds delay)
            "USER_ID_1", 
            "USER_ID_2"
        ],
        "roblox_cookie": "ROBLOX_SECURITY_COKIE", .ROBLOSECURITY cookie
        "role_id": "DISCORD_ROLE_ID", role id to ping with it
        "ping_with_role": true, flag to ping or not
        "discord_webhook": "DISCORD_WEBHOOK" discord webhook url to send embeds
    },
    "other_staff": { data for program
        "auto_update": true, when there is placed true program will check for updates
        "update_reminder": 1709562018.3200455 time when program can remind you for update
    }
}

Preview

FAQ

How to get .ROBLOSECURITY cookie (Click to expand)

Go to roblox web and register if you didn't yet.

After you done with it open developer tools by pressing Ctrl + Shift + I or F12.

And press Application on the top.

image

Expand Cookies section and click on https://www.roblox.com

image

Doubleclick on .ROBLOSECURITY value and copy value from it

image

That what you copied is .ROBLOSECURITY cookie
How to get discord webhook

Click on settings of this channel

image

After click on Integrations

image

Click on Webhooks and after on Copy Webhook URL

image image

And that you just copied is webhook url

How to create and get role id

First create your own serve if you haven't yet.

After when you done with it click on settings button

image

Click on ``

How to create your own discord server

On the bottom left click on + button

image

Click on Create My Own

image

And on For me and my friends

image

Click on Create button

image

And now you have your own server!

About

This is a ItemNotifier bot! He can notify when your friend, you or someone else bought something in roblox markerplace.

Resources

Stars

Watchers

Forks

Languages