Today we set up the automation using Zapier to update the avatar daily, and we also added the step to post a tweet about the new profile picture. Other suggested improvements to this are:
add a column with link to the PyLadies chapter website/meetup so we can include it on the tweet
add a column with the PyLadies twitter account so we can @-mention them on twitter
The CSV now has columns for the homepage, and for Twitter username.
Note that some don't have a Twitter username listed: either they don't have one or I couldn't find it.
(Perhaps https://hugovk.github.io/python-logos/pyladies/ could even be refactored to load the list of logos from a CSV, then either the Zapier script could read that directly, or it'd make it easier to diff and add new ones to here (and the other direction too).)
This PR helps towards points 1, 2 and 4 of https://github.com/pyladies/project-communications/issues/63#issuecomment-667202397:
Hello!
I saw your video at https://twitter.com/mariatta/status/1289345727936659457, really good idea to rotate the Twitter avatar! Nice to see my https://hugovk.github.io/python-logos/pyladies/ being of use too :)
This PR updates the CSV to the full list of logos I've so far collected at https://hugovk.github.io/python-logos/pyladies/
The CSV now has columns for the homepage, and for Twitter username.
Note that some don't have a Twitter username listed: either they don't have one or I couldn't find it.
(Perhaps https://hugovk.github.io/python-logos/pyladies/ could even be refactored to load the list of logos from a CSV, then either the Zapier script could read that directly, or it'd make it easier to diff and add new ones to here (and the other direction too).)