Skip to content

Instantly share code, notes, and snippets.

@Rich700000000000
Created September 26, 2016 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rich700000000000/a3dce908061114cdc932020b33aac1db to your computer and use it in GitHub Desktop.
Save Rich700000000000/a3dce908061114cdc932020b33aac1db to your computer and use it in GitHub Desktop.
urlFromFile - WIP
def
def getAccounts():
with open('./ig.txt') as f:
lines = f.read().splitlines()
return lines
def main():
accs = getAccounts()
for i in accs:
downacc(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment