Make the user enter the details like his IG and Twitter email and password in a config (.ini) file. Learn about config files [here](https://docs.python.org/3/library/configparser.html) and [here](https://www.geeksforgeeks.org/python-reading-ini-configuration-files/)
Make the user enter the details like his IG and Twitter email and password in a config (.ini) file.
Learn about config files here and here