Third party extension interface for sillyGirl.

Overview

nvjdc

Net core5 vue3 puppeteer sharp的一次尝试

提示

TG 频道

TG 群组

由于我自己的环境是centos x86,arm并未测试

更新自动五次滑块

再Fork就跑路

支持的架构

image 查看地址:https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md

安装教程

1 执行命令

yum install wget unzip -y

2创建一个目录放配置以及chromium

mkdir nolanjdc && cd nolanjdc

3下载config.json 配置文件 并且修改自己的配置 不能缺少

wget -O Config.json  https://raw.githubusercontent.com/NolanHzy/nvjdc/main/Config.json

国内请使用

wget -O Config.json   https://ghproxy.com/https://raw.githubusercontent.com/NolanHzy/nvjdc/main/Config.json

4 创建chromium文件夹并进入

mkdir -p  .local-chromium/Linux-884014 && cd .local-chromium/Linux-884014

5下载 chromium

wget https://mirrors.huaweicloud.com/chromium-browser-snapshots/Linux_x64/884014/chrome-linux.zip && unzip chrome-linux.zip

6删除刚刚下载的压缩包

rm  -f chrome-linux.zip

7 回到刚刚创建的目录

cd  /nolanjdc

8拉镜像

sudo docker pull nolanhzy/nvjdc:0.5

9启动镜像

sudo docker run   --name nolanjdc -p 5701:80 -d  -v  "$(pwd)"/Config.json:/app/Config/Config.json:ro \
-v "$(pwd)"/.local-chromium:/app/.local-chromium  \
-it --privileged=true  nolanhzy/nvjdc:0.5 

10查看 日志

docker logs -f nolanjdc 

出现 NETJDC started 即可

更新

删除容器

docker rm -f nolanjdc 

删除镜像

docker rmi -f nolanhzy/nvjdc:0.4

进入你以前下载过 浏览器 和JSON配置的文件夹中 如原来在 root 下 nolanjdc 文件夹中 下载的配置与浏览器

cd /root/nolanjdc 

然后重复后续步骤即可

注意事项

容器启动后第一次获取验证码的时候可能卡住刷新一下即可

Config.json 是配置文件 可以热更新 修改后不用重启容器

最后

觉得不错。回来帮我点个star

特别声明:

  • 本仓库涉仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断.
  • 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。
  • Nolan对任何代码问题概不负责,包括但不限于由任何脚本错误导致的任何损失或损害.
  • 间接使用本仓库搭建的任何用户,包括但不限于建立VPS或在某些行为违反国家/地区法律或相关法规的情况下进行传播, Nolan对于由此引起的任何隐私泄漏或其他后果概不负责.
  • 请勿将本项目的任何内容用于商业或非法目的,否则后果自负.
  • 如果任何单位或个人认为该项目的脚本可能涉嫌侵犯其权利,则应及时通知并提供身份证明,所有权证明,我们将在收到认证文件后删除相关代码.
  • 任何以任何方式查看此项目的人或直接或间接使用本仓库项目的任何脚本的使用者都应仔细阅读此声明。Nolan 保留随时更改或补充此免责声明的权利。一旦使用并复制了任何本仓库项目的规则,则视为您已接受此免责声明.

您必须在下载后的24小时内从计算机或手机中完全删除以上内容.

您使用或者复制了本仓库且本人制作的任何脚本,则视为已接受此声明,请仔细阅读

多谢

You might also like...
✔️ Get random data for your app from a third-party source.

Random Data Securely produced random data for application testing. FAQ What would i use this data for? You can use this information to test your apps

Instrumentations of third-party libraries using opentelemetry-go library

OpenTelemetry Go Contributions About This reopsitory hosts instrumentations of the following OpenTelemetry libraries: confluentinc/confluent-kafka-go

A Go utility to quickly authenticate a third party application with a Plex account.

Plex Authentication (in Go!) Installation As a Go library: go get github.com/BrenekH/go-plexauth As a CLI: go install github.com/BrenekH/go-plexauth/c

Example of a simple application which is powered by a third-party oAuth 2.0 server for it's authentication / authorization. Written in Golang.

go mod init github.com/bartmika/osin-thirdparty-example go get github.com/spf13/cobra go get github.com/openshift/osin go get github.com/openshift/osi

A third-party wrapper for CryptAPI written in golang.

A third-party wrapper for CryptAPI written in golang.

Preventing 3rd Party DLLs from Injecting into your Malware

Doge-BlockDLLs Preventing 3rd Party DLLs from Injecting into your Malware ACG(Arbitrary Code Guard)的方式等大佬来实现 Ref https://www.ired.team/offensive-secur

Minimal go implementation of a Webauthn L2 relying party

Webauthn-minimial Webauthn-minimal is an implementation of a Webauthn L2 Relying Party using only the go standard library. It uses the utility functon

Golang SDK for Splitwise 3rd party integration

Splitwise Golang SDK A community driven Golang SDK for Splitwise 3rd-party APIs. How to use it? You should get the package via go get command: go get

dont-interface calculates how many interface{} are declared or used in your project?

dont-interface calculates how many interface{} are declared or used in your project?

Go library to interface with NEAR nodes' JSON-RPC interface

StreamingFast Solana library for Go Go library to interface with NEAR nodes' JSON-RPC interface Contributing Issues and PR in this repo related strict

Recursively searches a map[string]interface{} structure for another map[string]interface{} structure

msirecurse Recursively searches a map[string]interface{} structure for existence of a map[string]interface{} structure Motivation I wrote this package

Carbon for Golang, an extension for Time

Carbon A simple extension for Time based on PHP's Carbon library. Features: Time is embedded into Carbon (provides access to all of Time's functionali

Theia Go Extension

Theia Go Extension An extension for the Theia-IDE to support the Go language, using the Go language server. Getting started Install nvm. curl -o- http

Go extension for VS Code
Go extension for VS Code

Go for Visual Studio Code The VS Code Go extension provides rich language support for the Go programming language. Quick Start Welcome! 👋🏻 Whether y

kubequery is a Osquery extension that provides SQL based analytics for Kubernetes clusters

kubequery powered by Osquery kubequery is a Osquery extension that provides SQL based analytics for Kubernetes clusters kubequery will be packaged as

Clojure-esque extension language for Go.
Clojure-esque extension language for Go.

let-go Greetings loafers! (λ-gophers haha, get it?) This is supposed to be a compiler and bytecode VM for a language resembling Clojure as close as po

Client extension for interacting with Kubernetes clusters from your k6 tests.

⚠️ This is a proof of concept As this is a proof of concept, it won't be supported by the k6 team. It may also break in the future as xk6 evolves. USE

⚙️ A k6 extension for Tarantool

xk6-tarantool This is a k6 extension using the xk6 system. ❗ This is a proof of concept, isn't supported by the k6 team, and may break in the future.

Worker failover support for PostgreSQL Citus extension using pg_auto_failover.

citus-failover Worker failover support for citus community version using pg_auto_failover. What is this? This is a simple service to monitor changes i

Owner
null
The gofinder program is an acme user interface to search through Go projects.

The gofinder program is an acme user interface to search through Go projects.

null 22 Jun 14, 2021
Simple interface to libmagic for Go Programming Language

File Magic in Go Introduction Provides simple interface to libmagic for Go Programming Language. Table of Contents Contributing Versioning Author Copy

Krzysztof Wilczyński 12 Dec 22, 2021
Go language interface to the PAPI performance API

go-papi Description go-papi provides a Go interface to PAPI, the Performance Application Programming Interface. PAPI provides convenient access to har

Los Alamos National Laboratory 18 Dec 22, 2022
wkhtmltopdf Go bindings and high level interface for HTML to PDF conversion

wkhtmltopdf Go bindings and high level interface for HTML to PDF conversion. Implements wkhtmltopdf Go bindings. It can be used to convert HTML docume

Adrian-George Bostan 139 Dec 17, 2022
A go interface to NotifyMyAndroid

Notify My Android on the Go This is a go client for Notify my Android. With this, you can send simple notifications directly to your phone and other a

Dustin Sallings 17 Aug 13, 2019
Generate type-safe Go converters by simply defining an interface

goverter a "type-safe Go converter" generator goverter is a tool for creating type-safe converters. All you have to do is create an interface and exec

Jannis Mattheis 189 Jan 4, 2023
Simple example program using CRUD operations to interface with azcosmos

Simple example program using CRUD operations to interface with azcosmos

Dmytro Banin 0 Nov 15, 2021
Data interface for salesforce price bulk get

data-interface-for-salesforce-price-bulk-get 概要 data-interface-for-salesforce-price-bulk-get は、salesforce の価格オブジェクト取得に必要なデータの整形、および作成時に salesforce から返

Latona, Inc. 1 Nov 27, 2021
Search running process for a given dll/function. Exposes a bufio.Scanner-like interface for walking a process' PEB

Search running process for a given dll/function. Exposes a bufio.Scanner-like interface for walking a process' PEB

Alex Flores 2 Apr 21, 2022
Third party extension interface for sillyGirl.

tb_fanli qq交流群:418353744 线报群:263723430 Third party extension interface for sillyGirl. 1 you need a account of taobao Union, 2 you need a account of di

null 4 Nov 29, 2022