This is a simple program to take all the followers of a twitch channel or a twitter account and put them into a mosaic image following a color pattern.
Twitch has a limit so you can only get ~1600 followers.
Twitter has a limit of 5k.
- Edit 'src\TwitchDownloadFollowers\Build.cs' or 'src\TwitterDownloadFollowers\Build.cs' depending on which program you are going to use.
- Build solution in Release Mode.
- Run 'build\build_twitch.cmd' or 'build\build_twitter.cmd' with the account name. example 'build {account}'.
Creates a mosaic image of multiple small ones and a pattern image to match.
Download a twitch channels followers avatars and saves them to be used by CreateMosaicImage.
Download a twitter accounts followers avatars and saves them to be used by CreateMosaicImage.