Giter Site home page Giter Site logo

feezyhendrix / insta-mass-account-creator Goto Github PK

View Code? Open in Web Editor NEW
1.0K 46.0 337.0 14.93 MB

🔥 Instagram Account Creator 2024 - Maintained

License: Other

Python 100.00%
instagram accountcreator python bot request makeaccount multipleaccounts instabot instagram-bot automatic

insta-mass-account-creator's Introduction

Hi!

I'm a Senior Software Engineer with 6+ years of Experience in Writing Javascript, TypeScript and Python

Technology Stacks

  • Language: Typescript, Python, Golang
  • Messaging: Redis, RabbitMQ
  • DBMS: PostgreSQL, MongoDB
  • Infrastructure: Docker

The only way to make sense of change is to plunge into it, move with it, and join the dance.

Alan Watts

insta-mass-account-creator's People

Contributors

davidblumer avatar diezo avatar exhaled avatar feezyhendrix avatar itseasy21 avatar juanmicl avatar matteogaito avatar moonniketan avatar muhmursalind avatar neolithera avatar new92 avatar notnate avatar renovate-bot avatar tolino978 avatar yemreak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

insta-mass-account-creator's Issues

Pictures etc.

Hello! Sorry if this is the wrong place to ask. I am new to Github. I love your bot and I wanted to suggest two new features!

  1. When creating the acc random profile pictures from a selected folder to be uploaded.

  2. A random description: (M) F/ (random age)

And thanks again for your great work!

Not working...

{'error_type': 'signup_block', 'status': 'ok', 'account_created': False, 'errors': {'ip': ['The IP address you are using has been flagged as an open proxy. If you believe this to be incorrect, please visit http://help.instagram.com/']}}

why? I have used a proxy, usually your script old & need fixed

Problem

get just this issue when i run the botcore.py with "python botcore.py"

Traceback (most recent call last):
File "botcore.py", line 12, in
from modules.storeusernametofirebase import storeinfirebase
File "C:\insta\modules\storeusernametofirebase.py", line 1, in
from firebase import firebase
File "C:\Program Files (x86)\Python\lib\site-packages\firebase_init_.py", line 3
from .async import process_pool

Config = {
"password" : "DAMNPASSWORD",
"firebase_url" : "https://insta-7c2bb.firebaseio.com/",
"proxy_server" : "213.168.210.76", #213.168.210.76 sample proxy server to not let instagram block your ip
"has_proxy_file" : True, #change to True to use proxy list file
"proxy_file" : {
"proxy_server_txt_file_path" : "Assets/proxies.txt", # input file path
"profile_per_proxy" : 0 , # 0 creates random of number of account per proxy found, set in between 1 - 10
},
"amount_of_run" : 100 #amount of time to run code
}

Not working anymore

I stopped using it for a couple months..
So I tried selenium bot again and instagram always says they had a problem creating the account.
Maybe it blocked all the proxies?
Is requests bot working?

not working

sorry, something went wrong creating your account. Please try again soon

SyntaxError: invalid syntax

Tried to run this script via git bash,
got that response:

$ py creator.py Traceback (most recent call last): File "creator.py", line 1, in <module> from modules.config import Config File "C:\Users\kek\Desktop\Insta-mass-account-creator-master\modules\config.py ", line 14 "amount_of_account": 10, ^ SyntaxError: invalid syntax

my config.py looks like this:

`
author: feezyhendrix

this is for configuration files
notes: check Assets/proxies.txt to use your custom proxies.

import os

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(file)))
ASSET_DIR = os.path.join(BASE_DIR, 'Assets' )

Config = {
"bot_type" : 1,
"password" : "censored"
"use_custom_proxy" : False, #default is False change to True to use a file containing multiple proxies of yours.
"amount_of_account": 10, #amount of account you want to create make sure it doesnt exceed 50 for better performance
"amount_per_proxy": 10, #this would be amont of account used if you have a you are using multiple proxies
"proxy_file_path" : ASSET_DIR + "/proxies.txt"
}`

Proxylist?

everytime i use a proxy it says: Instagram.com not found.
And if it creates a account it asks if iam 18 or older. any fix? and where do you get your proxy from?

No module named 'firebase'

Hello guys!

I got this error when I run "botcore.py".

Traceback (most recent call last): File "C:\Users\UserName\Desktop\Insta-mass-account-creator-master\botcore.py", line 14, in <module> from modules.storeusernametofirebase import storeinfirebase File "C:\Users\UserName\Desktop\Insta-mass-account-creator-master\modules\storeusernametofirebase.py", line 1, in <module> from firebase import firebase ModuleNotFoundError: No module named 'firebase'

My "Config.py" file is correct.

Can somebody help me?

Thank you.

Proxies i added aren't being used

Hello,

when i use version 1 in config file i get :
Creating 3 amount of users for this proxy
cannot concatenate 'str' and 'WebDriverException' objects

and when i use version 2, it doesn't use any of the proxies i have added to the proxies.txt instead it uses from the sslproxies site while the option use custom proxy is already True and these proxies are flagged, how can i make it use the proxies i added in proxies.txt?

thanks in advance.

Bot Request username issue

Sometimes IP is blocked or I keep getting these messages. Is there a way to change the username generator?

{'account_created': False, 'errors': {'username': [{'message': "This username isn't available. Please try another.", 'code': 'username_is_taken'}]}, 'status': 'ok', 'error_type': 'form_validation_error'}
{'account_created': False, 'errors': {'username': [{'message': "You can't end your username with a period.", 'code': 'username_has_special_char'}]}, 'status': 'ok', 'error_type': 'form_validation_error'}

help me

** root@fbi:~/Downloads/Insta-mass-account-creator# python creator.py **
Error!, Trying another Proxy 41.223.154.186:53614 Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

How do i put my executable location?
Because its in the file

root@fbi:~/Downloads/Insta-mass-account-creator# ls
Assets creator.py modules requirements.txt
chromedriver debug.log README.md

Requests bot

How do you check if the requests bot is working properly if it doesn't show a browser like selenium?

Proxies

screen shot 2018-11-05 at 1 14 25 pm

I changed the config file in version 2 to nearly match the one in version 1 and added other stuff to make it work for python 3.6. However my problem here is that most of these proxies have been used before and are now blocked. Am i supposed to create proxies myself, and if not, where do i find more proxies that aren't open?

Firebase?

I really need help setting up firebase, I have never really used amazon web services, if we are able to get in contact over discord or Instagram it would be great.

problem

this is my error :
DevTools listening on ws://127.0.0.1:12363/devtools/browser/c5027f76-950d-408a-8
75c-9f5dca33ce3c
[0823/234039.934:ERROR:gl_surface_egl.cc(863)] eglInitialize D3D9 failed with er
ror EGL_NOT_INITIALIZED
[0823/234039.934:ERROR:gl_initializer_win.cc(232)] GLSurfaceEGL::InitializeOneOf
f failed.
[0823/234039.938:ERROR:viz_main_impl.cc(201)] Exiting GPU process due to errors
during initialization
[5048:1876:0823/234040.024:ERROR:gpu_process_transport_factory.cc(1016)] Lost UI
shared context.
[0823/234040.115:ERROR:command_buffer_proxy_impl.cc(113)] ContextResult::kFatalF
ailure: Shared memory handle is not valid
Message: no such element: Unable to locate element: {"method":"name","selector":
"emailOrPhone"}
(Session info: chrome=68.0.3440.106)
(Driver info: chromedriver=2.35.528161 (5b82f2d2aae0ca24b877009200ced9065a772e
73),platform=Windows NT 6.1.7601 SP1 x86_64)

Instagram.com problems

Everything works perfectly until the browser is opened and Instagram is brought up. I've received 3 different messages so far; "Instagram.com is not available and may have changed its url", "Instagram.com sent data" and "No internet connection". I always had internet connection when running this, Instagram.com is definitely still their url, and I'm not sure about the data thing. (side note, these messages are what the browser displays and are what I wrote is not 100% accurate with the wording). I think it has something to do with the proxy but I'm not sure.

firebase error

Traceback (most recent call last):
File "botcore.py", line 12, in
from modules.storeusernametofirebase import storeinfirebase
File "C:\Users\Administrator\Downloads\Insta-mass-account-creator-master\Insta
-mass-account-creator-master\modules\storeusernametofirebase.py", line 1, in
from firebase import firebase
File "C:\Program Files (x86)\Python37-32\lib\site-packages\firebase_init_.p
y", line 3
from .async import process_pool
^
SyntaxError: invalid syntax

cant import firebase ????

SMS verification

Did anyone try to login to one account created with this bot?
Mine are requiring phone verification.
Anyway to fix it?

Not working Proxy error message

Hi, this is my error message:

Error!, Trying another Proxy 36.67.223.67:43628
Message: no such element: Unable to locate element: {"method":"name","selector":"emailOrPhone"}
(Session info: chrome=71.0.3578.98)
(Driver info: chromedriver=2.45.615291 (ec3682e3c9061c10f26ea9e5cdcf3c53f3f74387),platform=Windows NT 6.3.9600 x86_64)

Could u help me please?

Installing and running Bot

profile1$ python3 creator.py
Creating 10 amount of users for this proxy
can only concatenate str (not "WebDriverException") to str
Traceback (most recent call last):
File "creator.py", line 3, in
from modules.requestbot import runBot
File "/Users/austinpincumbe/Desktop/AcctCreation/modules/requestbot.py", line 3, in
from generateaccountinformation import genName, username, genEmail
ModuleNotFoundError: No module named 'generateaccountinformation'

AttributeError: 'Options' object has no attribute 'rfind'

I'm not sure why I'm getting this error. I thought I've done everything correctly except find where to configure the path to chromedriver.
File "botcore.py", line 18, in <module> driver = webdriver.Chrome(chrome_options) File "/Library/Python/2.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 68, in __init__ self.service.start() File "/Library/Python/2.7/site-packages/selenium/webdriver/common/service.py", line 95, in start (os.path.basename(self.path), self.start_error_message, str(e))) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py", line 114, in basename i = p.rfind('/') + 1 AttributeError: 'Options' object has no attribute 'rfind'

Add error message and dump record to a text file

Just minor revision from your codes after clicking submit button, so any error message will be captured alongside with username into firebase db and dump it also to a text file :
.................
submit.click()
sleep(3)
try:
alert = driver.find_element_by_xpath("//*[@ROLE='alert']")
alert = alert.text
except:
alert=""
pass

                        print('Registering....'+name+','+alert)
                        try:
                            with open('storedDB.txt', 'a') as outcsv:
                                writer = csv.writer(outcsv, delimiter=';', quotechar='"', quoting=csv.QUOTE_NONE, lineterminator='\n')
                                #text = name+','+alert
                                #print(text )
                                writer.writerow([name, alert])
                            outcsv.close()
                        except:
                            pass
                        storeinfirebase(name,alert)

                        sleep(10)
                        driver.close()
                        if "Sorry" in alert:
                            return True

..........
..........
..........
...........
...........
...........

for i in range(0, config.Config['amount_of_run']):
if create_account():
break

configure it to windows path?

i stuck at configure it to windows path. How exactly you do this, and could you maybe tell us how to continue from this step? maybe for not pro´s

Age verification

Hey,
yesterday I tried to use your Tool and i really like The was it generates all The Profile stuff. But during The registration process Instagram asks whether you are old enough or Not. Could you please add this to your Code?

I already tried to get The Element By it‘s xPath, But it didnt work

More Firebase Issues

Whenever I run botcore.py, I keep getting an issue when it tries to import firebase from firebase with:"ModuleNotFoundError: No module named 'firebase'". I have already tried to install firebase in, like, 3 different ways. I have installed firebase-token-generator and selenium too. Am I not configuring a path with chrome driver properly possibly? Also unfortunately I am using a mac so that may also cause problems as well...

chrome installer guidance

Hi everyone, forgive my ignorance, how do i set the path and everything for the chrome driver?
Anyone can help me in the process?

Are you over 18 issue

Accounts never actually get created because a message pops up in the screen saying "Are you over 18?" and because of no option (over 18 or less than 18 years old) is chosen the account is never created.

Pleaseeee Helppppp!

account creator error

Please Help!

Account creator is no more working!

It gives "Error! Trying another proxy!".

I printed the whole traceback!

Please, let's make this script work again!

Error when running

Message: no such element: Unable to locate element: {"method":"name","selector":"emailOrPhone"}

ModuleNotFoundError

Installed everything, but i get
ModuleNotFoundError: No module named 'config'
The file is there, no other errors.....

Unable to run botcore.py

Hello,

I am getting a syntax error when trying to run botcore.py. Do you know what's going on?
(virt) dhcp-206-87-121-13:insta jhaw$ python botcore.py Traceback (most recent call last): File "botcore.py", line 13, in <module> from modules.storeusernametofirebase import storeinfirebase File "/Users/jhaw/Desktop/insta/modules/storeusernametofirebase.py", line 1, in <module> from firebase import firebase File "/Users/jhaw/Desktop/virt/lib/python3.7/site-packages/firebase/__init__.py", line 3 from .async import process_pool ^ SyntaxError: invalid syntax

Doesn't Work

I Created VirtualEnv then added chrome driver to the path and then run the creator.py file but all the proxies don't work.
Can you just tell me a step-wise more precise steps and also please tell me where are the usernames or emails are to be stored?

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.