-
-
Notifications
You must be signed in to change notification settings - Fork 13
Group
This section will specify how to be using Groups part of Steam.
To join steam group, you have to use the module Join group
. It can join via url or/and GroupID.
info | |
---|---|
module Name | Group_Join |
module file name | Group_Join.js |
In the module you will find 2 list joinGroupViaGroupUrl
and joinGroupViaGroupID
.
You have to fill in what group to join. If you have the url for the group, you have to add them to joinGroupViaGroupUrl
Example:
var joinGroupViaGroupUrl = [
"https://steamcommunity.com/groups/NewSteamCommunityBeta",
"https://steamcommunity.com/groups/Infinity-CS-GO",
"https://steamcommunity.com/groups/bigpicture",
"https://steamcommunity.com/groups/thevalvestore",
"https://steamcommunity.com/groups/card-trading-card-trades",
"https://steamcommunity.com/groups/SteamDB",
"https://steamcommunity.com/groups/community_market",
"https://steamcommunity.com/groups/steamuniverse",
"https://steamcommunity.com/groups/homestream",
"https://steamcommunity.com/groups/tradingcards",
"https://steamcommunity.com/groups/familysharing",
"https://steamcommunity.com/groups/SteamClientBeta",
"https://steamcommunity.com/groups/steammusic",
"https://steamcommunity.com/groups/homestream"
]
If you have the groupID ( GID ), you have to add them to joinGroupViaGroupID
Example:
var joinGroupViaGroupID = [
"103582791463767598",
"103582791433470748"
]
The list must be like a string, as the number will be bigger then Js allows
To leave group's, you have to use the module Join group
. It will leave via GroupID.
info | |
---|---|
module Name | Group_Leave |
module file name | Group_Leave.js |
In the module you will find a bool LeaveAllGroups
and list GroupsToLeave
. you have to add the group ids into the GroupsToLeave
list
Example:
var GroupsToLeave = [
"103582791463767598",
"103582791433470748"
]
The list must be like a string, as the number will be bigger then Js allows
To leave all the group's that a account own, you have to use the module Join group
.
info | |
---|---|
module Name | Group_Leave |
module file name | Group_Leave.js |
In the module you will find a bool LeaveAllGroups
and list GroupsToLeave
. you just have to set the LeaveAllGroups
to true, and it will remove them all
Example:
var LeaveAllGroups = true;
To Add comments to announcement, you have to use the module Group_Announcement_Comment_Add
.
info | |
---|---|
module Name | Group_Announcement_Comment_Add |
module file name | Group_Announcement_Comment_Add.js |
In the module you will find a list list
. You have to add a object, for each comment you want to add.
You have to add a object whit propperty
Name | Type | Description |
---|---|---|
GroupID | string | the group id ( can be found of you inspect the leave/join group button ) |
AnnouncementsId | string | the AnnouncementsId ( can be found in the url ) |
Comment | string | the comment that will be made |
Example:
var list = [
{ GroupID: "103582791433470748", AnnouncementsId: "1819725374765963648", Comment: "test" },
{ GroupID: "103582791433470748", AnnouncementsId: "1819725374765963648", Comment: "test2" }
];
This will add 2 comment to the samme Announcements ( https://steamcommunity.com/groups/NewSteamCommunityBeta/announcements/detail/1819725374765963648 )
To Add comments to announcement, you have to use the module Group_Announcement_Comment_Delete
.
info | |
---|---|
module Name | Group_Announcement_Comment_Delete |
module file name | Group_Announcement_Comment_Delete.js |
In the module you will find a list list
. You have to add a object, for each comment you want to delete.
You have to add a object whit propperty
Name | Type | Description |
---|---|---|
GroupID | string | the group id ( can be found of you inspect the leave/join group button ) |
AnnouncementsId | string | the AnnouncementsId ( can be found in the url ) |
gidcomment | string | the comment id ( can be found when inspect on the report flag) |
Example:
var list = [
{ GroupID: "103582791433470748", AnnouncementsId: "1819725374765963648", gidcomment: "5161702937823816757" },
{ GroupID: "103582791433470748", AnnouncementsId: "1819725374765963648", gidcomment: "5161702937823816004" }
];
This will delete 2 comment on the same Announcements ( https://steamcommunity.com/groups/NewSteamCommunityBeta/announcements/detail/1819725374765963648 )
To Rate a announcement, you have to use the module Group_Announcement_Rate
.
info | |
---|---|
module Name | Group_Announcement_Rate |
module file name | Group_Announcement_Rate.js |
In the module you will find a list list
. You have to add a object, for each Announcement you want to rate.
You have to add a object whit propperty
Name | Type | Description |
---|---|---|
GroupName | string | the group id ( can be found of you inspect the leave/join group button ) |
AnnouncementsId | string | the AnnouncementsId ( can be found in the url ) |
clanID | string | the Announcement id ( can be found by inspect the Rate up buttom ) |
Vote | Enum | is a enum if eather 'Vote.Up' or 'Vote.Down' |
Example:
var list = [
{ GroupName: "NewSteamCommunityBeta", AnnouncementsId: "1819725374765963648", clanID: "3949340", Vote: Vote.Up }
];
This will rate up Announcements ( https://steamcommunity.com/groups/NewSteamCommunityBeta/announcements/detail/1819725374765963648 )
- Chance profile settings
- Chance setting on the general edit page (Edit Profile)
- Chance mini profile
- Chance profile theme
- Chance profile favorite badge
- Chance profile favorite group
- Clear profile name alias
- Chance profile image