This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var express = require('express'); | |
| var Note = require('../models/notes'); | |
| var router = express.Router(); | |
| var mongoose = require('mongoose') | |
| var apiKeys = require('../models/apikeys'); | |
| router.get('/:key', function (req, res, next) { | |
| var apiKey = req.params.key; | |
| if (apiKey !== '1234') { | |
| res.status(401).json('False API Key'); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import pyautogui | |
| userList = ['@Goltak1993','@AzGrman','@Jshshsho','@Cryptofuture86','@ghiezqi13','@Bddbdbg','@goli5378','@gokhanbayar','@Mariagul','@Alex8656','@Glayba','@mishagaltsev','@GrowithJune','@gunjan5kumat','@jekigagak','@jom09'] | |
| locationGroup = [834,216] | |
| pyautogui.click(locationGroup) | |
| pyautogui.PAUSE = 2 | |
| locationGroupTab = [1101,90] | |
| pyautogui.click(locationGroupTab) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const pupptier = require("puppeteer"); | |
| const px01 = require("./px01"); | |
| const px02 = require("./px02"); | |
| const px03 = require("./px02"); | |
| const px04 = require("./px02"); | |
| const px05 = require("./px02"); | |
| const px06 = require("./px02"); | |
| const px07 = require("./px02"); | |
| const px08 = require("./px02"); | |
| const px09 = require("./px02"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const pupptier = require("puppeteer"); | |
| const px01 = require("./px01"); | |
| const px02 = require("./px02"); | |
| const px03 = require("./px02"); | |
| const px04 = require("./px02"); | |
| const px05 = require("./px02"); | |
| const px06 = require("./px02"); | |
| const px07 = require("./px02"); | |
| const px08 = require("./px02"); | |
| const px09 = require("./px02"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const puppeteer = require("puppeteer"); | |
| const VISIT_URL = "https://website.com/"; | |
| const botRun = { | |
| initialize: async (proxyList, myDevice) => { | |
| var proxyID = (await "--proxy-server=") + proxyList; | |
| console.log(`Current Proxy: ${proxyList}`); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | bash create_ocean_reports_database_v2.sh | |
| + '[' false = true ']' | |
| + '[' true = true ']' | |
| + '[' false = true ']' | |
| + psql -c 'create database ocean_reports' | |
| " to address: Name or service not knowncalhost | |
| + export PGDATABASE=ocean_reports | |
| + PGDATABASE=ocean_reports | |
| + '[' false = false ']' | |
| + '[' true = true ']' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | + '[' false = true ']' | |
| + '[' true = true ']' | |
| + '[' false = true ']' | |
| + psql -c 'create database ocean_reports' | |
| ERROR: database "ocean_reports" already exists | |
| + export PGDATABASE=ocean_reports | |
| + PGDATABASE=ocean_reports | |
| + '[' false = false ']' | |
| + '[' true = true ']' | |
| + psql -c 'create schema nonspatial' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | fname = req.body.namefirst; | |
| lname = req.body.namelast; | |
| email = req.body.email; | |
| address = req.body.addressaddr1; | |
| city = req.body.addresscity; | |
| state = req.body.addressstate; | |
| zip = req.body.addresszip; | |
| country = req.body.addresscountry; | |
| phoneNumber = req.body.phone; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const express = require("express"); | |
| const bodyParser = require("body-parser"); | |
| const cors = require("cors"); | |
| const path = require("path"); | |
| const port = 3004; | |
| const app = express(); | |
| const postListRoute = require("./controller/postList"); | |
| const homeController = require("./controller/singlePost"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | router.get("/:xxxx", async (req, res) => { | |
| let postPath = `/${xxxx}/${xxxx}/${title}`; | |
| let postByURL = `.....`; | |
| await axios | |
| .get(postByURL) | |
| .then(response => { | |
| let { | |
| ...... | 
OlderNewer