Advertisement
Guest User

Untitled

a guest
May 24th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. user1
  2. user2
  3.  
  4. URL GOTO=https://www.url.com/example
  5. TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
  6.  
  7. URL GOTO=https://www.url.com/example
  8. TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
  9.  
  10. with open('textfile1.txt') as f1, open('textfile2.txt') as f2:
  11. for l, r in zip(f1, f2):
  12. print(r[:r.find('/example') + 1] + l)
  13.  
  14. URL GOTO=https://www.instagram.com/user1
  15.  
  16. user2
  17.  
  18. URL GOTO=https://www.url.com/user1
  19. TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
  20.  
  21. URL GOTO=https://www.url.com/user2
  22. TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement