Skip to content

Instantly share code, notes, and snippets.

@wndxlori
Created October 26, 2015 17:42
Show Gist options
  • Save wndxlori/7145adf43cf2060a72d2 to your computer and use it in GitHub Desktop.
Save wndxlori/7145adf43cf2060a72d2 to your computer and use it in GitHub Desktop.
Tweet to list
t list members lethbridge-educators | while read handle ; do t update "@$handle Hoping you could help spread the word about girlslearningcodeday.com at your school? https://dl.dropboxusercontent.com/u/6823540/GLCDay.pdf" ; sleep 3 ; done
@wndxlori
Copy link
Author

sleep 3 not enough. Got rate limited. Try 10.

@wndxlori
Copy link
Author

wndxlori commented Jun 7, 2016

t list members lethbridge-educators | while read handle ; do t update "@$handle Hoping you could help spread the word about our #kidslearningcode workshop Sat Jun 11 https://llclethbridgejun11kids.eventbrite.ca"; sleep 45 ; done

Still rate limited at the end. Sleep more than a minute next time.

@wndxlori
Copy link
Author

t list members lethbridge-educators | while read handle ; do t update "@$handle Hoping you could help spread the word about our #girlslearningcode workshop Sat Nov 12 https://lethbridge-glcday2016.eventbrite.ca"; sleep 150 ; done

t list members TestBlast | while read handle ; do t update "@$handle Hoping you could help spread the word about our #girlslearningcode workshop Sat Nov 12 https://lethbridge-glcday2016.eventbrite.ca"; sleep 75 ; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment