Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 657 Bytes

Readfree-Checkiner

A simple script to check in readfree.me.Based on Python 3.

一个用于readfree.me签到的脚本。基于 Python 3。

Usage

  • Input your Email and password of your readfree.me account.

  • The script will generate a cookie file. You can continue your login with the cookie when the script runs next time.

  • The script will generate a username.txt file of your username to verfy the login status.

  • If you intend to change the login account, please delete both cookie file and username.txt file.

Dependencies

  • Beautiful Soup 4
  • requests
  • PIL