|
|
@ -1,8 +1,5 @@
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
using System.IO;
|
|
|
|
using System.IO;
|
|
|
|
using System.Linq;
|
|
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace UplayNameChecker
|
|
|
|
namespace UplayNameChecker
|
|
|
@ -48,7 +45,7 @@ namespace UplayNameChecker
|
|
|
|
if (available)
|
|
|
|
if (available)
|
|
|
|
File.AppendAllLines("availableNames.txt", new string[] { name });
|
|
|
|
File.AppendAllLines("availableNames.txt", new string[] { name });
|
|
|
|
|
|
|
|
|
|
|
|
await Task.Delay(200); //give the api a little bit to breathe :)
|
|
|
|
await Task.Delay(50); //give the api a little bit to breathe :)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Console.WriteLine();
|
|
|
|
Console.WriteLine();
|
|
|
|
Log.Info("Written results to availableNames.txt.");
|
|
|
|
Log.Info("Written results to availableNames.txt.");
|
|
|
|