Пример #1
0
        public ProfileOccurrance(TwitterProfile profile, BotOptions options)
        {
            Profile   = profile;
            ProfileId = profile.Id.Value;

            BotOptions   = options;
            BotOptionsId = options.Id.Value;

            Occurrence = 1;
        }
Пример #2
0
 public Bot(BotOptions options)
 {
     _options = options;
     _random  = new Random();
 }