setup.py 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. """
  4. __title__ = 'Package_name' __author__ = '
  5. Package_name' __author__ = '
  6. USER'
  7. __mtime__ = '2020/9/24'
  8. # code is far away from bugs with the god animal protecting
  9. I love animals. They taste delicious.
  10. ┏┓ ┏┓
  11. ┏┛┻━━━┛┻┓
  12. ┃ ☃ ┃
  13. ┃ ┳┛ ┗┳ ┃
  14. ┃ ┻ ┃
  15. ┗━┓ ┏━┛
  16. ┃ ┗━━━┓
  17. ┃ 神兽保佑 ┣┓
  18. ┃ 永无BUG! ┏┛
  19. ┗┓┓┏━┳┓┏┛
  20. ┃┫┫ ┃┫┫
  21. ┗┻┛ ┗┻┛
  22. """
  23. import requests
  24. import hashlib
  25. import time
  26. from urllib import parse
  27. import datetime
  28. import json
  29. import math
  30. import pymysql
  31. import random
  32. from apscheduler.schedulers.blocking import BlockingScheduler
  33. import smtplib
  34. from email.mime.text import MIMEText
  35. """
  36. 安装、部署、打包的脚本。。。。。。。。。
  37. """