コード例 #1
0
ファイル: Program.cs プロジェクト: spawnpoint/AsciiThis-Bot
        static void Main(string[] args)
        {
            RedditAccess reddit = new RedditAccess();

            while (true)
            {
             reddit.ListenForPrompt();
            }
        }
コード例 #2
0
        static void Main(string[] args)
        {
            RedditAccess reddit = new RedditAccess();

            while (true)
            {
                string outputFilePath = @"C:/users/joe reynolds/desktop/result.jpg";
                reddit.ListenForPrompt(outputFilePath);
            }
        }
コード例 #3
0
        static void Main(string[] args)
        {
            RedditAccess reddit = new RedditAccess();

            while (true)
            {
                string outputFilePath = @"C:/users/joe reynolds/desktop/result.jpg";
                reddit.ListenForPrompt(outputFilePath);
            }
        }