Git Product home page Git Product logo

instagramosint's Issues

UnicodeEncodeError

Note that this script works using cmd on Windows 10, however, it does not run when using gitBash.

python main.py --username valid_instagram_user

Traceback (most recent call last):
  File "main.py", line 201, in <module>
    main()
  File "main.py", line 192, in main
    print(colors.OKBLUE + banner + colors.ENDC)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 9-15: character maps to <undefined>

After commenting out everything that has to do with the colors class, I get this error.

$ python main.py --username valid_instagram_user
[*] Starting Scan on valid_instagram_user
Saved data to directory C:\Users\xxxxx\Documents\Tools\OSINT\InstagramOSINT\valid_instagram_user
---------------------------------------------
Results: scan for valid_instagram_user on Instagram
Username: valid_instagram_user
Traceback (most recent call last):
  File "main.py", line 201, in <module>
    main()
  File "main.py", line 197, in main
    osint = InstagramOSINT(username=args.username[0], downloadPhotos=args.downloadPhotos)
  File "main.py", line 97, in __init__
    self.print_data()
  File "main.py", line 170, in print_data
    print(key + ':' + value)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\U00013153' in position 13: character maps to <undefined>

Usage

Could you maybe explain how to use it?

how to fix this error?

python3 main.py
File "main.py", line 50
print(colors.OKGREEN + f"[*] Starting Scan on {self.username}" + colors.ENDC)
^
SyntaxError: invalid syntax

Arguments Required

When I try to search for an account with this command:
python3 main.py username

I get this error:
main.py: error: the following arguments are required: --username

Wont get all images

I used this tool (with --downloadPhotos) on someone with ~70 posts, but it only downloaded 11. Is there a reason for this?

Requirements.txt

Can you create a requirements.txt to easily install all dependencies
Thank's !

Username not found

Hi,
I'm currently trying to test this tool but I have a problem. I try to run the tool on 2 existing Insta account but the two times the tool send a "Username not found" message...
Did I have to specify my username and pass in the tool to run it?
Where does the error come from?
Thanks for your help!

Typo in Code Page

Capture

"pip3 install -r requriments.txt" should be changed to "pip3 install -r requirements.txt"

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.