Projects STRLCPY 007-TheBond Commits 38573e2e
🤬
  • ■ ■ ■ ■
    .github/FUNDING.yml
    1 1  # These are supported funding model platforms
    2  -custom : ['www.instagram.com/sviquarahmed']
     2 +custom : ['www.instagram.com/sviquarahmed.exe']
    3 3   
  • ■ ■ ■ ■ ■ ■
    .gitignore
     1 +# Byte-compiled / optimized / DLL files
     2 +__pycache__/
     3 +*.py[cod]
     4 +*$py.class
     5 + 
     6 +# C extensions
     7 +*.so
     8 + 
     9 +# Distribution / packaging
     10 +.Python
     11 +build/
     12 +develop-eggs/
     13 +dist/
     14 +downloads/
     15 +eggs/
     16 +.eggs/
     17 +lib/
     18 +lib64/
     19 +parts/
     20 +sdist/
     21 +var/
     22 +wheels/
     23 +share/python-wheels/
     24 +*.egg-info/
     25 +.installed.cfg
     26 +*.egg
     27 +MANIFEST
     28 + 
     29 +# PyInstaller
     30 +# Usually these files are written by a python script from a template
     31 +# before PyInstaller builds the exe, so as to inject date/other infos into it.
     32 +*.manifest
     33 +*.spec
     34 + 
     35 +# Installer logs
     36 +pip-log.txt
     37 +pip-delete-this-directory.txt
     38 + 
     39 +# Unit test / coverage reports
     40 +htmlcov/
     41 +.tox/
     42 +.nox/
     43 +.coverage
     44 +.coverage.*
     45 +.cache
     46 +nosetests.xml
     47 +coverage.xml
     48 +*.cover
     49 +*.py,cover
     50 +.hypothesis/
     51 +.pytest_cache/
     52 +cover/
     53 + 
     54 +# Translations
     55 +*.mo
     56 +*.pot
     57 + 
     58 +# Django stuff:
     59 +*.log
     60 +local_settings.py
     61 +db.sqlite3
     62 +db.sqlite3-journal
     63 + 
     64 +# Flask stuff:
     65 +instance/
     66 +.webassets-cache
     67 + 
     68 +# Scrapy stuff:
     69 +.scrapy
     70 + 
     71 +# Sphinx documentation
     72 +docs/_build/
     73 + 
     74 +# PyBuilder
     75 +.pybuilder/
     76 +target/
     77 + 
     78 +# Jupyter Notebook
     79 +.ipynb_checkpoints
     80 + 
     81 +# IPython
     82 +profile_default/
     83 +ipython_config.py
     84 + 
     85 +# pyenv
     86 +# For a library or package, you might want to ignore these files since the code is
     87 +# intended to run in multiple environments; otherwise, check them in:
     88 +# .python-version
     89 + 
     90 +# pipenv
     91 +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
     92 +# However, in case of collaboration, if having platform-specific dependencies or dependencies
     93 +# having no cross-platform support, pipenv may install dependencies that don't work, or not
     94 +# install all needed dependencies.
     95 +#Pipfile.lock
     96 + 
     97 +# PEP 582; used by e.g. github.com/David-OConnor/pyflow
     98 +__pypackages__/
     99 + 
     100 +# Celery stuff
     101 +celerybeat-schedule
     102 +celerybeat.pid
     103 + 
     104 +# SageMath parsed files
     105 +*.sage.py
     106 + 
     107 +# Environments
     108 +.env
     109 +.venv
     110 +env/
     111 +venv/
     112 +ENV/
     113 +env.bak/
     114 +venv.bak/
     115 + 
     116 +# Spyder project settings
     117 +.spyderproject
     118 +.spyproject
     119 + 
     120 +# Rope project settings
     121 +.ropeproject
     122 + 
     123 +# mkdocs documentation
     124 +/site
     125 + 
     126 +# mypy
     127 +.mypy_cache/
     128 +.dmypy.json
     129 +dmypy.json
     130 + 
     131 +# Pyre type checker
     132 +.pyre/
     133 + 
     134 +# pytype static type analyzer
     135 +.pytype/
     136 + 
     137 +# Cython debug symbols
     138 +cython_debug/
     139 + 
     140 + 
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # Inofrmation about the Script
    2 2  
    3  -OSNIT Script , which let help you to find the information of your Friend , Family , the crush that dosen't talk to you and you enemies
     3 +OSNIT Script , which let help you to find the information of your Friend , Family , the crush that dosen't talk to you and you enemies
    4 4  
    5  -# ScrenShot of the Script
     5 +# Screenshot of the Script
    6 6  ![Screenshot](ScrnShot.JPG)
    7 7  
     8 +# Features
     9 +1. Instagram osnit
     10 +2. Phonenumber osnit
     11 +3. Search Username Across the Social Media
     12 +4. Search the web
     13 +5. IplookUp
    8 14  
    9 15  
    10  -# Discalimer
     16 +# Disclaimer
    11 17  Disclaimer : - DeadShot0x7 will not responsible if you misuse the script , by using the script you're that you will be responsible for the loss you have made
    12  -# Download
    13  -You can download the script on various platform
    14  -
    15  - Linux :
    16 18  
    17  - 1. Clone the Repository by using git clone command
    18  - 2. git clone 007-TheBond
    19  - 3. cd 007-TheBond
    20  - 4. pip install -r Requirments.txt
    21  - 5. python3 007-TheBond
     19 +# Usage
    22 20  
    23  -
    24  - Macintosh :
    25  -
    26  - 1. Clone the Repository by using git clone command
    27  - 2. git clone 007-TheBond
    28  - 3. cd 007-TheBond
    29  - 4. pip install -r Requirments.txt
    30  - 5. python3 007-TheBond
    31  -
    32  -
    33  - Termux :
    34  - 1. Clone the Repository by using git clone command
    35  - 2. git clone 007-TheBond
    36  - 3. cd 007-TheBond
    37  - 4. pip install -r Requirments.txt
    38  - 5. python3 007-TheBond
     21 +1. Clone the repository by using `git clone`
     22 +2. Go to the **cloned** directory
     23 +`cd 007-TheBond`
     24 +3. Create a virutal environment and activate the environment
     25 +```
     26 +python -m venv venv
     27 +source venv/bin/activate
     28 +```
     29 +3. Install the required packages or run `setup.sh`
     30 +```
     31 +pip install -r requirements.txt
     32 +```
     33 +OR
     34 +```
     35 +./setup.sh
     36 +```
     37 +4. Run the Script
     38 +```
     39 +python 007-TheBond.py
     40 +```
    39 41  
    40 42  # Testing
    41  -this script is tested on these operating system
     43 +This script is tested on these operating system
    42 44  
    43 45  1. Kali Linux
    44 46  2. Parrot Linux
    45  -3. Termux ( find Instagram user is not working currently)
     47 +3. Termux (find Instagram user is not working currently)
    46 48  4. Garuda Linux
    47  -# Like and Frok
    48  -Leave a like to the Repository 🙂 and feel free to fork the project
    49 49  
    50  -# DiscordServer
    51  -Join the The Discord Server to know the Updation and Accounment of the tools
    52  -(https://discord.gg/FWWUgbXfgh)
    53  -# Disscussion and Sponsor
    54  -if you have any idea or Sugesstion for the tool do let's us know in the Disscussion and you your view will be Appriciated 🙌 , If you want to Donate money contanct me on Instagram
    55  -# Are you looking for contribution
    56  -Yes, You can contribute to this contact me for contribution to give you the role .
     50 +# Like and Fork
     51 +Leave a like to the Repository and feel free to fork the project 🙂
    57 52  
     53 +# Pull Request
     54 +Add your Ideas to the project, feel free to pull request the project
    58 55  
    59  -
    60  -
     56 +# Discord Server
     57 +Join the The Discord Community to know the Updation and Accounment of the tools 😊
     58 +(https://discord.gg/WAhQ8EcV4C)
    61 59  
     60 +# Disscussion and Sponsor
     61 +if you have any idea or Sugesstion for the tool do let's us know in the Discussion and your view will be Appreciated 🙌 , If you want to Donate money contact me on instagram . Want to discuss, message me in the Dicussion section 🧐
    62 62  
     63 +# follow or watch 🚶‍♂️
     64 +follow me for more script like this or watch the repository for the development
    63 65   
  • __pycache__/igdox.cpython-38.pyc
    Binary file.
  • __pycache__/username.cpython-38.pyc
    Binary file.
  • ■ ■ ■ ■ ■ ■
    install.sh
    1  -echo Connecting to the python index manager
    2  -echo Started Downloading
    3  -sudo apt install python3-pip
    4  -echo pip Installed
    5  -sudo apt insatll phonenumbers
    6  -echo PhoneNumberInofrmation Database Downloaded
    7  -sudo apt install google
    8  -echo Google Installed
    9  -sudo apt install pyfiglet
    10  -echo Important libaries downloaded Sucessfuly
    11  - 
  • ■ ■ ■ ■ ■
    requirements.txt
    1  -pyfiglet== 0.8
     1 +beautifulsoup4==4.9.3
     2 +certifi==2020.12.5
     3 +chardet==4.0.0
    2 4  google==3.0.0
     5 +idna==2.10
    3 6  phonenumbers==8.12.7
     7 +pyfiglet==0.8.post0
     8 +requests==2.25.1
     9 +six==1.15.0
     10 +soupsieve==2.2
     11 +urllib3==1.26.3
    4 12   
  • ■ ■ ■ ■ ■ ■
    setup.sh
     1 +echo Connecting to the python index manager
     2 +echo pip Installed
     3 + pip install phonenumbers
     4 +echo PhoneNumberInofrmation Database Downloaded
     5 + pip install google
     6 +echo Google Installed
     7 + pip install pyfiglet
     8 + echo Downloading Https Request
     9 + pip install requests
     10 + echo Httspps request download scuessfull
     11 + echo Dwonlaoding a module
     12 + pip install six
     13 +echo Important libaries downloaded Sucessfuly
     14 + 
  • 007-TheBond.py src/007-TheBond.py
    Content is identical
  • igdox.py src/igdox.py
    Content is identical
  • username.py src/username.py
    Content is identical
Please wait...
Page is in error, reload to recover