twitterBFTD
twitterBFTD copied to clipboard
IOError: [Errno 2] No such file or directory: 'accounts_leftover'
Line 54: with open('accounts_leftover') as f:
This should be open('accounts') in order to open accounts file, otherwise it will give an error: IOError: [Errno 2] No such file or directory: 'accounts_leftover'
A better way would probably use argparse to take a file as input. I will make a PR as soon as it counts for hacktoberfest :)