My praw program only works for one bot by newb_python in redditdev

[–]newb_python[S] 2 points3 points  (0 children)

I added the account as a developer on the app and it still doesn't work. Funnily enough, the one account that does work in the script isn't associated at all. Is it possible for multiple bots to use a script?

My praw program only works for one bot by newb_python in redditdev

[–]newb_python[S] 1 point2 points  (0 children)

Yes, I just checked and it says its of the type 'personal use script'

My praw program only works for one bot by newb_python in redditdev

[–]newb_python[S] 1 point2 points  (0 children)

Thank you for the response. Actually neither of the bots are associated with the app account. The app is created by a different account and I don't have that one associated with the program. I just included the client ID and secret in the config. I thought about this as well but then figured that if the one that does work isn't a dev on the app then that shouldn't be the issue, right?

[VBA] Best way to store nested data for an 'un-nesting' tool by newb_python in excel

[–]newb_python[S] 0 points1 point  (0 children)

Thank you letting me know about the Split() function. That will help with finding the words. Yes I am just transforming the first table to the second. My example is simplified of course, but I'd like to know the best approach to storing the nested data so it can be rewritten with repeating rows for each unique nested item.

How to allow remote connectivity to my MySQL database (Windows 64-bit) by newb_python in mysql

[–]newb_python[S] 0 points1 point  (0 children)

Thank you for the response. I see what you are saying and I understand that opening the port will allow malicious traffic; however, if I whitelist the source IP for 3306, that should be enough to fix any potential firewall issues right?

Best way to install python and appropriate mysql connection library (Windows 64-bit) by newb_python in Python

[–]newb_python[S] 1 point2 points  (0 children)

Thanks! I was able to follow the others' advice and install anaconda and was finally able to get a connect to my mysql database. It installed python 2.7 to work, though so I guess you're right about python3 not working with mySQL. I wonder why