Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

RabiesDev/replit-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replit Scraper

What is this

Replitの検索を自動化するツール
Preview

How to use

このレポジトリをクローンして、go buildでビルドした実行ファイルを実行してください
Configは引数から指定できます(デフォルトは同じディレクトリ内のConfig)

sessions.txtにはconnect.sidクッキーを入れてください
安定して高速に検索を行うには、少なくとも四つ以上のアカウントが必要です

Massiveオプションを使うには、crosis_apiを実行させておく必要があります
ディレクトリの検索には時間が掛かります(websocketを使用しているため)

Setting up CrosisApi

npm installでパッケージをインストールした後、start.batを起動するだけです

Config example

{
  "scraper": {
    "sessions": "sessions.txt",
    "proxies": "proxies.txt",
    "page_limit": 21,
    "search_delay": 1000,

    "parallel": false,
    "finder": true,
    "massive": true,

    "finders": {
      "discord_token": {
        "active": true,
        "bot": true
      },
      "proxy": {
        "active": true
      },
      "email": {
        "active": true
      },
      "password": {
        "active": true
      },
      "phone": {
        "active": true
      },
      "captcha_service": {
        "active": true,
        "min_balance": 1
      },
      "openai_key": {
        "active": true
      },
      "google_api_key": {
        "active": true
      },
      "telegram_token": {
        "active": true
      }
    }
  },
  "search": {
    "query": "paypay",
    "sort": "RecentlyModified",
    "exact": true
  }
}

Notes

このツールは自己責任で実行してください

About

Replitの検索を自動化するツール

Topics

Resources

Stars

Watchers

Forks