Metadata-Version: 2.1
Name: sjtu-lib-booking
Version: 0.1.2
Summary: A simple script that helps you book a seat in library.
Home-page: https://github.com/PhotonQuantum/sjtu-lib-booking
Author: LightQuantum
Author-email: self@lightquantum.me
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
Requires-Dist: pysjtu[ocr] (>=0.3.2)

# SJTU Library Booking

A simple script that helps you book a seat in library.

# Get Started

1. Create a json file that contains all your accounts. Eg.
    ``` json
   {
       "<username>": "<password>"
   }
    ```
2. Run the script.
    ``` shell script
    $ sjtu-lib-booking config.json
    ```

## Built with

- [PySJTU](https://github.com/PhotonQuantum/pysjtu) - The Python iSJTU client for Humans. 

## License

This project is licensed under GNU General Public License v3.0 - see the [LICENSE.md](https://github.com/PhotonQuantum/sjtu-lib-booking/blob/master/LICENSE.md) file for details.

<p align="center">&mdash;💖&mdash;</p>
<p align="center"><i>Built with love by LightQuantum</i></p>


