hhh_404_manager.py 399 B

12345678910111213
  1. from seleniumwire import webdriver # Import from seleniumwire
  2. import time
  3. import requests
  4. import sys
  5. import dataset
  6. db = dataset.connect('mysql://hhh7796hhh:lYmWsu^ujcA1@hhh-v57.cmab1ctkglka.ap-northeast-2.rds.amazonaws.com:3306/xoops?charset=utf8mb4')
  7. cursor=db.query('SELECT hcolumn_id FROM xoops._hcolumn where onoff>0 order by rand() limit 1;')
  8. for c in cursor:
  9. print(c['hcolumn_id'])