Installation    |   Usage    |   FAQ    |   Preview
# 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.txtTo use bot you need host so bot can work 24/7. You can use pythonanywhere for example.
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
}
}












