GithubHelp home page GithubHelp logo

Comments (54)

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024 2

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram
conf doc LICENSE main.py output README.md requirements.txt src

it's config not conf. try renaming the folder

from osintgram.

AWyattV avatar AWyattV commented on May 23, 2024 1

ok will do
let u know shortly

from osintgram.

preesha310 avatar preesha310 commented on May 23, 2024 1

i created username.conf and pw.conf
what scould i do with credentials igot this error

Error: "username" field cannot be blank in "config/credentials.ini"

from osintgram.

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024 1

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

from osintgram.

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024 1

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

from osintgram.

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024 1

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

But how can open it and change it in google cloud console???

there's nano, vim and emacs. what else do you want?

from osintgram.

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024 1

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@rifat616 did you read this?

from osintgram.

rifat616 avatar rifat616 commented on May 23, 2024 1

from osintgram.

Kid-Infinity avatar Kid-Infinity commented on May 23, 2024 1

please someone help me with thisssss!!! how do you open credential file to put the username and password

cd Osintgram
cd config
nano credentials.ini

you have to be in the Osintgram directory and the config to be able to nano into the credential.ini file and see its contents

from osintgram.

Datalux avatar Datalux commented on May 23, 2024

Hi @EternalBlue813, I can replicate only removing or renaming the file. Seems all works correctly.

from osintgram.

AWyattV avatar AWyattV commented on May 23, 2024

I have this same issue. Ive tried reinstalling... It always comes back Error: file "config/username.conf" not found!

from osintgram.

Datalux avatar Datalux commented on May 23, 2024

Hi @AWyattV please can you check if file "username.conf" has same permissions of other files?

from osintgram.

AWyattV avatar AWyattV commented on May 23, 2024

Yes they all have the same permissions

from osintgram.

Datalux avatar Datalux commented on May 23, 2024

@AWyattV Did you ran the script inside "Osintgram" folder?

from osintgram.

AWyattV avatar AWyattV commented on May 23, 2024

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram
conf doc LICENSE main.py output README.md requirements.txt src

from osintgram.

Datalux avatar Datalux commented on May 23, 2024

Python version?

from osintgram.

AWyattV avatar AWyattV commented on May 23, 2024

3.9.2

from osintgram.

AWyattV avatar AWyattV commented on May 23, 2024

just updated prior

from osintgram.

Datalux avatar Datalux commented on May 23, 2024

Try to use Python 3.6

from osintgram.

zlayes avatar zlayes commented on May 23, 2024

edit the credentials.ini file and put your username and pw there not in new files

from osintgram.

preesha310 avatar preesha310 commented on May 23, 2024

from osintgram.

preesha310 avatar preesha310 commented on May 23, 2024

when i type any commend i get this
what to do

Run a command: info
double free or corruption (out)
Aborted

from osintgram.

wendel1291 avatar wendel1291 commented on May 23, 2024

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

from osintgram.

igotnochill avatar igotnochill commented on May 23, 2024

Actually even I'm facing the same issue but also i'm new to coding and having trouble to find the credentials.ini file in which the username and pw conf is supposed to be entered can anyone please help? and get me the exact commands please?
and also whenever i make mkdir config it says that it already exist so i removed it using rm -rf config and created again but still i have no luck onto the same... can anyone please help?

from osintgram.

igotnochill avatar igotnochill commented on May 23, 2024

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

from osintgram.

chivv87 avatar chivv87 commented on May 23, 2024

COMMANDS
git clone https://github.com/Datalux/Osintgram.git
ls
cd Osintgram/
sudo apt install python3
sudo apt install python3-pip
pip3 install -r requirements.txt
mkdir config
cd config
echo "NAME" > username.conf
echo "PASSWORD" > pw.conf
echo "{}" > settings.json
ls
cd ..
python3 main.py NAME

*********:~/cloudshell_open/sherlock-6/Osintgram$ python3 main.py NAME
________ .__ __
_____ \ || / | ________________ _____
/ | \ / / |/ \ / _ __ _ \ /
/ | \ | | | \ | / // > | // __ | Y Y
_ / >|| /| __ /|| (____ /|_| /
/ / / /_____/ / /

Version 1.2 - Developed by Giuseppe Criscione

Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (default is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '.json (default is disabled)'
Type 'JSON=n' to disable exporting to files'

Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
HI GUYS DOES SOMEONE KNOW HOW I CAN FIX THIS ERROR ?

from osintgram.

chivv87 avatar chivv87 commented on May 23, 2024

aa oke thank you

from osintgram.

reda601 avatar reda601 commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

from osintgram.

reda601 avatar reda601 commented on May 23, 2024

COMMANDS
git clone https://github.com/Datalux/Osintgram.git
ls
cd Osintgram/
sudo apt install python3
sudo apt install python3-pip
pip3 install -r requirements.txt
mkdir config
cd config
echo "NAME" > username.conf
echo "PASSWORD" > pw.conf
echo "{}" > settings.json
ls
cd ..
python3 main.py NAME

*********:~/cloudshell_open/sherlock-6/Osintgram$ python3 main.py NAME
________ .__ __
_____ \ || / | ________________ _____
/ | \ / / |/ \ / _ __ _ \ /
/ | \ | | | \ | / // > | // __ | Y Y
_ / >|| /| __ /|| (____ /|_| /
/ / / /_____/ / /

Version 1.2 - Developed by Giuseppe Criscione

Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (default is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '.json (default is disabled)'
Type 'JSON=n' to disable exporting to files'

Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
HI GUYS DOES SOMEONE KNOW HOW I CAN FIX THIS ERROR ?

if u finded the solution please tell me how to do it cause I have exactly the same error

from osintgram.

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

from osintgram.

reda601 avatar reda601 commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

from osintgram.

rifat616 avatar rifat616 commented on May 23, 2024

Same problem as reda601 anyone can please help.

from osintgram.

rifat616 avatar rifat616 commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

But how can open it and change it in google cloud console???

from osintgram.

rifat616 avatar rifat616 commented on May 23, 2024

from osintgram.

VivekDevdhar avatar VivekDevdhar commented on May 23, 2024

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

It worked for me too bro, thank you

from osintgram.

VivekDevdhar avatar VivekDevdhar commented on May 23, 2024

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

Go to credentials.ini folder through home->config->credentials.ini manually and enter the username and password there. You cant open credentials.ini through cmd.

from osintgram.

abdullah-rashid62 avatar abdullah-rashid62 commented on May 23, 2024

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

Go to credentials.ini folder through home->config->credentials.ini manually and enter the username and password there. You cant open credentials.ini through cmd.

Thank you
GreatWay!

from osintgram.

Rajgadhvi5323 avatar Rajgadhvi5323 commented on May 23, 2024

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram
conf doc LICENSE main.py output README.md requirements.txt src

Your problem solved ?

from osintgram.

Rajgadhvi5323 avatar Rajgadhvi5323 commented on May 23, 2024

I also face this problem how I can solve this

from osintgram.

mtlhdnrd avatar mtlhdnrd commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

from osintgram.

whosj avatar whosj commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username
and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again.
How can i solve this problem ?

from osintgram.

SuryaAbishek avatar SuryaAbishek commented on May 23, 2024

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username
and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again.
How can i solve this problem ?

same problem.....exactly

from osintgram.

regsyt avatar regsyt commented on May 23, 2024

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

from osintgram.

Shevinperera avatar Shevinperera commented on May 23, 2024

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

yeah same here

from osintgram.

schmidtBalint avatar schmidtBalint commented on May 23, 2024

The issue I have is I can't save the edited credentials.ini file, it tells me permission denied, does someone have a solution for this?

from osintgram.

 avatar commented on May 23, 2024

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

When you are typing out a password in Linux it does not show up. Just type it out and press enter.
image

from osintgram.

austinhomolka avatar austinhomolka commented on May 23, 2024

i created username.conf and pw.conf
what scould i do with credentials igot this error

Error: "username" field cannot be blank in "config/credentials.ini"

From Osintgram/config... "xdg-open credentials.ini"

from osintgram.

trog23 avatar trog23 commented on May 23, 2024

please someone help me with thisssss!!!
how do you open credential file to put the username and password

from osintgram.

HYDRAkid3 avatar HYDRAkid3 commented on May 23, 2024
 #nano config/credentials.ini

┌──(root💀kali)-[/home/hydrakid/Osintgram]
└─# python3 main.py romreo_0989
Error: File contains no section headers.
file: 'config/credentials.ini', line: 1
'username = ******\n'

from osintgram.

bardock069 avatar bardock069 commented on May 23, 2024

edit the credentials.ini file and put your username and pw there not in new files

how to do that?? if u dont mind plz elaborate plz.

from osintgram.

Baka7272 avatar Baka7272 commented on May 23, 2024

After I type the python3 main.py (username)
command, I get this..
"Attempt to login..
Client error..................... "

Please help

from osintgram.

dbylberi avatar dbylberi commented on May 23, 2024

BRUHHHH IM DYING WHY CANT SOMEONE DO A RECORDING OF IT AND SENT IT

from osintgram.

johnmatip avatar johnmatip commented on May 23, 2024

Attempting to login
Error passing error response
Any solution yet

from osintgram.

dbylberi avatar dbylberi commented on May 23, 2024

please someone help me with thisssss!!! how do you open credential file to put the username and password

cd Osintgram cd config nano credentials.ini

you have to be in the Osintgram directory and the config to be able to nano into the credential.ini file and see its contents

IT HELPED THANKS

from osintgram.

Related Issues (20)

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.