Skip to content

Releases: kookxiang/Tieba_Sign-Go

v0.2.3 - Fix BOM header

02 Aug 04:35
Compare
Choose a tag to compare

Changes:

  • If there is an BOM header in your cookie.txt, it will be automatically ignored.

Warning: This version is compiled with Go 1.7 RC3. If there is an issue, please compile it with stable version 1.6 first.

v0.2.2 Beta - Login removed

22 Jun 17:37
Compare
Choose a tag to compare

Changes:

  • Login was removed in this version.
  • Change working directory to current. So you don't need to change working directory in crontab scripts anymore.

Because baidu.com has switched to another RSA login protocol, and I had no time to make a new one.
So you have to make a cookie.txt manually.
If you can do that, just fork this repository and give me a PR, thanks!

v0.2.1 Beta - Line-Breaks Fix

29 May 06:12
Compare
Choose a tag to compare
  • cookie.txt now supports \r\n in Windows system.

Notice: Only Windows users should download this new version, others system is not affected.

v0.2.0 Beta - Reborn

08 May 15:05
Compare
Choose a tag to compare

Feature:

  • Add multi user mode
  • More readable log
  • Load other cookie file by -cookie xxx.txt
  • Add options to set max retry times via -retry=5
  • Multi-Threading in multi-user mode