coding-ty

Results 12 comments of coding-ty

I managed to grab the list from the .json file. I made it into another list on in my instadm script. I am working on looping the class to send...

I have a large list that I want to loop. I issue is, I cannot grab one item from the list. I want it one at a time. So message...

Found out that the .json file is output from text that was .split . Turning the .json file into a python file to create it as a list.

The same would work it you change the extension to a .py file instead of a .json file.

I got it to loop, but I am getting the inconsistent use of tabs and spaces in indentation error.

I got it to loop before I faced the issue. One the second loop, the notification pop-ups weren't there. I used an if else statement after it enters the password.

I fixed it using the editor. GO to edit, and change the spaces to tabs. That solves it for every line.

I successfully created the loop to dm multiple users. Now working on 2FA.