Jared 2 роки тому
батько
коміт
22e6da06cc
5 змінених файлів з 349 додано та 10 видалено
  1. 115 0
      chrometest.py
  2. 2 0
      liff2/index.html
  3. 26 10
      liff2/js/liff-functions.js
  4. 20 0
      main.py
  5. 186 0
      redis_set.py

+ 115 - 0
chrometest.py

@@ -0,0 +1,115 @@
+from selenium import webdriver
+from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
+import time
+import os
+import datetime
+import urllib.parse
+from selenium.webdriver.support.ui import WebDriverWait
+from selenium.webdriver.common.by import By
+from selenium.webdriver.support import expected_conditions as EC
+import codecs
+from selenium.webdriver.common.by import By
+
+import random
+from bs4 import BeautifulSoup
+import requests
+import time
+import rpyc
+import sys
+import docker
+import  googlesearch
+import codecs
+import sys
+import time
+import dataset
+import os
+
+
+db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/hhh?charset=utf8mb4')
+
+#cursor=db.query('SELECT kw FROM hhh.hhh_contentgap_serp where ranking is not null;')
+#cursor=db.query('SELECT kw FROM hhh.hhh_contentgap_serp where kw not in (select distinct kw from hhh_contentgap_serp where id >= 155)')
+
+kwlst={}
+#for c in cursor:
+#    kwlst[c['kw']]=1
+
+
+
+
+
+table=db['hhh_contentgap_serp']
+curdir=os.path.realpath('.')
+
+#fr=codecs.open(curdir+os.sep+'contentgap.txt','r','utf-8')
+#fr=codecs.open(curdir+os.sep+'hhh\\seo\\contentgap.txt','r','utf-8')
+fr=codecs.open('C:\\gitlab\\kw_tools\\kw_tools\\hhh\\SEO\\contentgap.txt','r','utf-8')
+lines=fr.readlines()
+lst=[]
+for l in lines:
+    lst.append(l.replace('\n',''))
+
+
+
+
+
+headers = {
+        "Authorization": "Bearer " + "t35vhZtWNgvDNWHc3DJh0OKll3mcB9GvC8K2EAkBug2",
+        "Content-Type": "application/x-www-form-urlencoded"
+}
+
+
+def restart_browser():
+
+    options = webdriver.ChromeOptions()
+
+    options.add_argument('user-data-dir=c:/tmp/profile')
+    options.add_argument('--profile-directory=Default')
+
+
+    driver=webdriver.Chrome(options=options)
+
+    driver.set_window_size(1400,1000)
+    return driver
+
+
+driver=restart_browser()
+driver.get('https://liff.googo.org/liff2/')
+time.sleep(25)
+
+for window_handle in driver.window_handles:
+#    driver.switch_to(window_handle)
+    driver.switch_to.window(window_handle)
+
+    print(driver.title)
+    if ('選擇傳送對象' in driver.title ) or ('Share with' in driver.title):
+        driver.maximize_window()
+        print('ok')
+#        class="c-checkbox"
+#        elmts=driver.find_elements(By.XPATH,"//input[@type='checkbox']")
+        elmts=driver.find_elements(By.XPATH,"//div[@class='c-checkbox']")
+
+        for elmt in elmts:
+            print(elmt.text)
+            if elmt.text != 'LINE':
+                if len(elmt.text)>2:
+#                    inp=elmt.find_element(By.TAG_NAME,"input") 
+                    inp=elmt.find_element(By.XPATH,".//input")
+#                    elem = driver.switch_to.active_element
+                    print(inp)
+#                    inp.click()
+                    webdriver.ActionChains(driver).move_to_element(inp).perform()
+#                    d3 = driver.switch_to.active_element
+                    webdriver.ActionChains(driver).move_to_element(inp).click().perform()
+        elmt2=driver.find_element(By.XPATH,"//button[@name='allow']")
+        webdriver.ActionChains(driver).move_to_element(elmt2).perform()
+        webdriver.ActionChains(driver).move_to_element(elmt2).click().perform()
+
+
+            #elmt.input.click()
+            
+        
+#    if window_handle != original_window:
+#            driver.switch_to.window(window_handle)
+#            break
+time.sleep(9999)

+ 2 - 0
liff2/index.html

@@ -158,5 +158,7 @@
     <script src="https://static.line-scdn.net/liff/edge/2.1/sdk.js"></script>
     <script src="js/liff-init.js?1234"></script>
     <script src="js/liff-functions.js?12345"></script>
+    <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
+
   </body>
 </html>

+ 26 - 10
liff2/js/liff-functions.js

@@ -245,24 +245,40 @@ function createFlexMessageData() {
     ]
   };
 
+
+//  var redisdata='';
+
   var flex = {
       "type": "flex",
       "altText": 'title',
-      "contents": myFlexContent,
+      "contents": redisdata,
     };
 
   return flex;
 }
 
 function shareTargetPicker() {
-  liff
-    .shareTargetPicker([
-      createFlexMessageData()      
-    ])
-    .then(() => {
-      alert("Shared to the friend(s) you picked");
-    })
-    .catch(function(res) {
-      alert(res);
+  
+  const url = 'https://jsonplaceholder.typicode.com/posts'
+  axios
+    .get(url)
+    .then(({data}) => {
+      redisdata=data;
+      console.log(data);
+
+      liff
+      .shareTargetPicker([
+        createFlexMessageData()      
+      ])
+      .then(() => {
+        alert("Shared to the friend(s) you picked");
+      })
+      .catch(function(res) {
+        alert(res);
+      });
+  
     });
+
+
+
 }

+ 20 - 0
main.py

@@ -0,0 +1,20 @@
+#pip install fastapi
+#pip install uvicorn
+import redis
+from fastapi import FastAPI,Form, Request
+import json
+import uvicorn
+import zipfile
+
+
+app = FastAPI()
+
+@app.get("/getbtn")
+def read_root(request: Request):
+    r = redis.Redis(host='db.ptt.cx', port=6379, db=2,password='choozmo9')
+    data=r.get('btn_data')
+    return {'data':data}
+
+
+if __name__ == "__main__":
+    uvicorn.run("main:app", host="0.0.0.0", port=9898)

+ 186 - 0
redis_set.py

@@ -0,0 +1,186 @@
+import redis
+data="""
+{
+  "type": "carousel",
+  "contents": [
+    {
+      "type": "bubble",
+      "size": "nano",
+      "header": {
+        "type": "box",
+        "layout": "vertical",
+        "contents": [
+          {
+            "type": "text",
+            "text": "中文測是",
+            "color": "#ffffff",
+            "align": "start",
+            "size": "md",
+            "gravity": "center"
+          },
+          {
+            "type": "text",
+            "text": "70%",
+            "color": "#ffffff",
+            "align": "start",
+            "size": "xs",
+            "gravity": "center",
+            "margin": "lg"
+          }
+        ],
+        "backgroundColor": "#27ACB2",
+        "paddingTop": "19px",
+        "paddingAll": "12px",
+        "paddingBottom": "16px"
+      },
+      "body": {
+        "type": "box",
+        "layout": "vertical",
+        "contents": [
+          {
+            "type": "box",
+            "layout": "horizontal",
+            "contents": [
+              {
+                "type": "text",
+                "text": "這是一個測試efore class",
+                "color": "#8C8C8C",
+                "size": "sm",
+                "wrap": true
+              }
+            ],
+            "flex": 1
+          }
+        ],
+        "spacing": "md",
+        "paddingAll": "12px"
+      },
+      "styles": {
+        "footer": {
+          "separator": false
+        }
+      }
+    },
+    {
+      "type": "bubble",
+      "size": "nano",
+      "header": {
+        "type": "box",
+        "layout": "vertical",
+        "contents": [
+          {
+            "type": "text",
+            "text": "Pending",
+            "color": "#ffffff",
+            "align": "start",
+            "size": "md",
+            "gravity": "center"
+          },
+          {
+            "type": "text",
+            "text": "30%",
+            "color": "#ffffff",
+            "align": "start",
+            "size": "xs",
+            "gravity": "center",
+            "margin": "lg"
+          }
+        ],
+        "backgroundColor": "#FF6B6E",
+        "paddingTop": "19px",
+        "paddingAll": "12px",
+        "paddingBottom": "16px"
+      },
+      "body": {
+        "type": "box",
+        "layout": "vertical",
+        "contents": [
+          {
+            "type": "box",
+            "layout": "horizontal",
+            "contents": [
+              {
+                "type": "text",
+                "text": "Wash my car",
+                "color": "#8C8C8C",
+                "size": "sm",
+                "wrap": true
+              }
+            ],
+            "flex": 1
+          }
+        ],
+        "spacing": "md",
+        "paddingAll": "12px"
+      },
+      "styles": {
+        "footer": {
+          "separator": false
+        }
+      }
+    },
+    {
+      "type": "bubble",
+      "size": "nano",
+      "header": {
+        "type": "box",
+        "layout": "vertical",
+        "contents": [
+          {
+            "type": "text",
+            "text": "In Progress",
+            "color": "#ffffff",
+            "align": "start",
+            "size": "md",
+            "gravity": "center"
+          },
+          {
+            "type": "text",
+            "text": "100%",
+            "color": "#ffffff",
+            "align": "start",
+            "size": "xs",
+            "gravity": "center",
+            "margin": "lg"
+          }
+        ],
+        "backgroundColor": "#A17DF5",
+        "paddingTop": "19px",
+        "paddingAll": "12px",
+        "paddingBottom": "16px"
+      },
+      "body": {
+        "type": "box",
+        "layout": "vertical",
+        "contents": [
+          {
+            "type": "box",
+            "layout": "horizontal",
+            "contents": [
+              {
+                "type": "text",
+                "text": "Buy milk and lettuce before class",
+                "color": "#8C8C8C",
+                "size": "sm",
+                "wrap": true
+              }
+            ],
+            "flex": 1
+          }
+        ],
+        "spacing": "md",
+        "paddingAll": "12px"
+      },
+      "styles": {
+        "footer": {
+          "separator": false
+        }
+      }
+    }
+  ]
+}
+"""
+
+
+r = redis.Redis(host='db.ptt.cx', port=6379, db=2,password='choozmo9')
+r.set('btn_data',data)