Metadata-Version: 2.1
Name: tieba-sign
Version: 0.0.3
Summary: 贴吧自动签到
Home-page: https://github.com/zcq100/tieba-sign
Author: zcq100
Author-email: zcq100@gmail.com
License: UNKNOWN
Description: ## 百度贴吧自动签到
        
        ### 安装
        ```
        pip install --user tieba-sign
        ```
        
        ### 使用
        ```
        C:\Users\>tieba-sign -h
        usage: tieba-sign [-h] [-c COOKIE] [-f FILE] [-t TIME] [-d]
        
        optional arguments:
          -h, --help            show this help message and exit
          -c COOKIE, --cookie COOKIE
                                Cookies
          -f FILE, --file FILE  cookies file
          -t TIME, --time TIME  sleep time
          -d, --dump            dump list to file
        
        
        C:\Users\>tieba-sign -c "Cookie:hUb3NkcVBMfk1NV1Y3bGtjdHBnNzVFYktRbjBCVmVvWS03YzZ"
        
        ```
        
        ###  
        ```
        from tieba import Tieba
        
        tieba=Tieba("Your Cookie")
        tieba.get_bars()
        tieba.batch_sign(1)
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
