GithubHelp home page GithubHelp logo

dvygolov / ywb.antidetectaccountparser Goto Github PK

View Code? Open in Web Editor NEW
22.0 2.0 14.0 249 KB

This program automatically parses a file with Facebook accounts (or zip/rar-files with 1 FB account for each file), creates profiles in your Antidetect browser, imports cookies and saves all account's info into profile's note.

Home Page: https://yellowweb.top/massovyj-import-akkauntov-facebook-v-profili-indigo-na-izi/

C# 100.00%
dolphin-anty facebook accounts adspower indigobrowser dolphin fbtool

ywb.antidetectaccountparser's Introduction

                         Antidetect Accounts Parser  
    _            __     __  _ _             __          __  _     
   | |           \ \   / / | | |            \ \        / / | |    
   | |__  _   _   \ \_/ /__| | | _____      _\ \  /\  / /__| |__  
   | '_ \| | | |   \   / _ \ | |/ _ \ \ /\ / /\ \/  \/ / _ \ '_ \ 
   | |_) | |_| |    | |  __/ | | (_) \ V  V /  \  /\  /  __/ |_) |
   |_.__/ \__, |    |_|\___|_|_|\___/ \_/\_/    \/  \/ \___|_.__/ 
           __/ |                                                  
          |___/             https://yellowweb.top                 

If you like this script, PLEASE DONATE!  
USDT TRC20: TKeNEVndhPSKXuYmpEwF4fVtWUvfCnWmra
Bitcoin: bc1qqv99jasckntqnk0pkjnrjtpwu0yurm0qd0gnqv  
Ethereum: 0xBC118D3FDE78eE393A154C29A4545c575506ad6B  

Antidetect Accounts Parser by Yellow Web

Статья по софту на русском языке находится тут

This program automatically:

  • parses a file with Facebook accounts (or zip/rar-files with 1 FB account for each file)
  • checks if accounts are valid (two types of checks are performed)
  • creates a profile for each account in your Antidetect browser
  • imports cookies into the profile
  • saves all account's info into profile's note

Right now this software supports 4 Antidetect browsers:

Also you can import your accounts to monitoring services. Right now these are supported:

YELLOW promocode will give you a discount for both!

How to use this software

  1. Compile the source code
  2. Start your browser and leave it opened (except Octo, you don't need to launch it for the program to work)
  3. Create proxy.txt file in the compiled program's directory
  4. Add your proxies there line by line in this format - proxytype:ip:port:login:password, for example, socks:133.43.23.4:10003:julia:sanders
  5. If you use Dolphin Anty you can also add your proxy's update IP url, for example: socks:133.43.23.4:10003:julia:sanders:yourproxy.com/erxc34sxre/update.php
  6. If you have multiple accounts in a text file then rename this file to accounts.txt and put it into the program's folder
  7. If you have accounts in archives then create "logs" folder and put them there. Remember, there should be 1 account per 1 zip/rar. You can also use Folders not archives, also 1 folder for one account.
  8. Start the program and follow the instructions.

Browsers

Dolphin Anty

You can create dolphinanty.txt file and add your login and password there separated by :.

AdsPower

For Adspower you can create adspower.txt and add your login and password there separated by :.

OctoBrowser

For Octo you can create octo.txt and add your API token there.

Monitoring services

FbTool

You can create fbtool.txt and add your API token there,

Dolphin

You can create dolphin.txt and add your domain (WITHOUT http://) and API token separated by :. How to get API token? Read here or just run this script in your browser's console on your Dolphin's website:

const cookie=document.cookie.split(";").map(function(o){return o.trim().split("=").map(decodeURIComponent)}).reduce(function(o,e){try{o[e[0]]=JSON.parse(e[1])}catch(c){o[e[0]]=e[1]}return o},{});console.log(cookie.user_id+"-"+cookie.hash);

ywb.antidetectaccountparser's People

Contributors

dvygolov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ywb.antidetectaccountparser's Issues

Bug with Dolphin

Hello I tried to add accounts using this software in Dolphin Anti and Dolphin. In Dolphin Anti I successfully added accounts to the dolphin, Unlike adding to the Dolphin, such an error occurred related to the proxy. (I added a proxy following the example from the description):

Getting existing proxies...
Unhandled exception. System.Exception: socks4 is not a valid Proxy Type! Check your proxy.txt file.
at YWB.AntidetectAccountParser.Model.Proxy.set_Type(String value) in C:\Users\Home\Desktop\YWB.AntidetectAccountParser-master\Model\Proxy.cs:line 23
at YWB.AntidetectAccountParser.Services.Monitoring.DolphinService.<>c.b__3_0(Object j) in C:\Users\Home\Desktop\YWB.AntidetectAccountParser-master\Services\Monitoring\DolphinService.cs:line 33
at System.Linq.Enumerable.SelectEnumerableIterator2.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at YWB.AntidetectAccountParser.Services.Monitoring.DolphinService.GetExistingProxiesAsync() in C:\Users\Home\Desktop\YWB.AntidetectAccountParser-master\Services\Monitoring\DolphinService.cs:line 33
at YWB.AntidetectAccountParser.Services.Monitoring.AbstractMonitoringService.AddAccountsAsync(List1 accounts) in C:\Users\Home\Desktop\YWB.AntidetectAccountParser-master\Services\Monitoring\AbstractMonitoringService.cs:line 34 at YWB.AntidetectAccountParser.Program.ImportToMonitoringService(List1 accounts) in C:\Users\Home\Desktop\YWB.AntidetectAccountParser-master\Program.cs:line 101
at YWB.AntidetectAccountParser.Program.Main(String[] args) in C:\Users\Home\Desktop\YWB.AntidetectAccountParser-master\Program.cs:line 77
at YWB.AntidetectAccountParser.Program.

(String[] args)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.