Documentation
¶
Index ¶
Constants ¶
View Source
const ( LoginToken = "input[name=authenticity_token]" CSRFToken = "meta[name=csrf-token]" World = "body > div.container.below-top-navbar > div > div.box-head > h2" UserID = "div.navbar.navbar-major.fixedsticky > div > ul > li:nth-child(4) > a" Nickname = "#user_nickname" Bio = "#user_info_bio" Location = "#user_info_location" )
View Source
const ( WorldDiaries = "ul.posts-list li.wu" DiaryId = "a.timeago" DiaryNickname = "a.user" DiaryTitle = "div.line > h4 > a" DiaryContent = "div.comment" DiaryLocation = "span.location" DiaryDate = "time.timeago" Comments = "div.cntr > div > div.cntr > ul > li.wu" CommentDate = "time.hours" )
View Source
const ( SettingsDefaultPrivacy = "#user_settings_default_privacy" + optionSelected SettingsPrivacy = "#user_settings_privacy" + optionSelected SettingsUnWorld = "#user_settings_user_unworld[checked=checked]" SettingsAboutMe = "#user_settings_privacy_about_me" + optionSelected SettingsFollowings = "#user_settings_privacy_followings" + optionSelected SettingsFollowers = "#user_settings_privacy_followers" + optionSelected SettingsAllowComment = "#user_settings_privacy_allow_comment" + optionSelected SettingsAllowLike = "#user_settings_privacy_allow_like" + optionSelected SettingsAllowMessage = "#user_settings_privacy_allow_message" + optionSelected )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.