sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

v4 #42

Closed sentanos closed 7 years ago

sentanos commented 7 years ago

+ configureItem + deleteWallPost + getAuditLog + getFriends + uploadItem + uploadModel + onFriendRequest

+ acceptFriendRequest + block + declineFriendRequest + follow + getAction + getSenderUserId + getStatus + getWallPost + joinGroup + leaveGroup + removeFriend + sendFriendRequest + unblock + unfollow

* login errors on two step * most functions will detect if you are not logged in automatically and error * threaded functions now make large get requests viable * onNotification reconnecting more reliable * onMessage * switch back to cheerio * getWall, onWallPost updated for viewstates, allowing so posts can be easily deleted * upload -> uploadModel * groupPayout * onJoinRequestHandle * date fixes for daylight savings time for functions with any date in them * getForumPost returns more info * reformat and organize functions

Closes #34 Closes #37