githubUsers.sort(_.followers) .filter(_.location == 'tunis') .take(1000) .sort(_.contributions) .take(256)