Advertisement
Guest User

ACW options

a guest
Jun 13th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. Usage: AutoContentWriter.exe [options] <search string>
  2. Most settings default to last used values
  3.  
  4. Command Line Options:
  5. --project=VALUE Use the settings from the named project (defaults
  6. to last used)
  7. --save Save changes to the current project's settings
  8. --login=VALUE Registered e-mail address
  9. --license=VALUE License key
  10. --articletype=VALUE Type of article to generate: spintax|plain
  11. --mx, --maxwords=VALUE Maximum article words
  12. --mn, --minwords=VALUE Minimum article words
  13. --no, --numarticles=VALUE
  14. Number of articles
  15. --correlation=VALUE Target number of consecutive sentences to use from
  16. same source article (reduces uniqueness)
  17. --minsentencelength=VALUE
  18. Minimum acceptable sentence length (in words)
  19. --localarticles=VALUE Local article sources root directory (.txt files
  20. only)
  21. --localexclusive Only scrape local article sources (images, videos
  22. and online spinning will still require internet)
  23. --linksep=VALUE Separator string for links (defaults to newline)
  24. --links=VALUE List of link sentences, separated by link
  25. separator string
  26. --nlnk, --numlinks=VALUE
  27. Number of links to embed in each generated article
  28. --linkurls=VALUE URLs for generated links, separated by link
  29. separator string
  30. --linkwords=VALUE Keywords for generated links, separated by link
  31. separator string
  32. --tokensep=VALUE Separator string for tokens (defaults to newline)
  33. --tokens=VALUE List of tokens, separated by token separator string
  34. --ntok, --numtokens=VALUE
  35. Number of tokens to embed in each generated article
  36. --pa, --paragraphs=VALUE
  37. Number of paragraphs
  38. --mxpa, --maxparas=VALUE
  39. Maximum article paragraphs
  40. --mnpa, --minparas=VALUE
  41. Minimum article paragraphs
  42. --img, --images Include images
  43. --mximg, --maximages=VALUE
  44. Maximum article images
  45. --mnimg, --minimages=VALUE
  46. Minimum article images
  47. --imgcc, --creativecommons
  48. Use images shared under the Creative Commons
  49. license
  50. --imggoogle, --googleimages
  51. Use images from Google Images
  52. --imglcl, --localimages
  53. Use images stored locally
  54. --imgpath, --localimagefolder=VALUE
  55. Folder containing images
  56. --imgext, --localimageextensions=VALUE
  57. Patterns for finding image files, separated by
  58. semicolons
  59. --scrapeimagetags Use scraped data for image tags
  60. --yt, --videos Include YouTube videos
  61. --titlesource=VALUE Take title from: article|search|spin
  62. --spn, --spinner Use stored spinner details
  63. --spnb, --bestspinner=VALUE
  64. The best spinner login details: USERNAME:PASSWORD
  65. --spnc, --spinnerchief=VALUE
  66. Spinner chief login details: USERNAME:PASSWORD
  67. --spncp, --spinchimp=VALUE
  68. Spin chimp login details: USERNAME:PASSWORD
  69. --spnr, --spinrewriter=VALUE
  70. Spin rewriter login details: USERNAME:PASSWORD
  71. --spnw, --spinwordai=VALUE
  72. WordAi login details: USERNAME:PASSWORD
  73. --spnwt, --spinwordaitur=VALUE
  74. WordAi Turing login details: USERNAME:PASSWORD
  75. --spns, --spinsentences
  76. Spin at sentence level (deprecated, use '--
  77. articletype=spintax' instead)
  78. --px, --proxies Use previously stored proxies
  79. --usebr Use html-style line-breaks in text output
  80. --fmt, --format=VALUE Format to save generated articles in: html|text|
  81. pdf|all
  82. --out, --savepath=VALUE
  83. Output folder for generated articles, default: c:\
  84. temp\
  85. --basefilename=VALUE Base filename for saved articles (defaults to
  86. search keyword)
  87. --saveimages Save images locally when saving generated articles
  88. (HTML only, default: true)
  89. --flat Save articles as plain text at one sentence per
  90. line
  91. --template=VALUE Save as template, requires spin: gsa|sick|custom|
  92. null (default: null)
  93. --customtemplatefile=VALUE
  94. File containing template for custom template output
  95. --savecsv Save as .csv file
  96. --wp, --wordpress Publish articles to WordPress account (defaults to
  97. false)
  98. --wpurl, --wordpressurl=VALUE
  99. WordPress URL (path to xmlrpc.php)
  100. --wpusr, --wordpressuser=VALUE
  101. WordPress username
  102. --wppass, --wordpresspassword=VALUE
  103. WordPress password
  104. --wpcat, --wordpresscategories=VALUE
  105. Comma separated list of WordPress categories
  106. --wpautocat Use auto-generated WordPress categories
  107. --wptags, --wordpresstags=VALUE
  108. Comma separated list of tags (in addition to the
  109. search string)
  110. --wpautotag Use auto-generated WordPress tags
  111. --wpstartday=VALUE Number of days to wait for first article to be
  112. published (default 0)
  113. --wpendday=VALUE Number of days to wait for last article to be
  114. published (default 0)
  115. --hd, --hidden Suppress GUI (defaults to true)
  116. -q, --silent Run silently (output will be logged)
  117. -h, -?, --help Display help and exit
  118.  
  119.  
  120. Example: "AutoContentWriter.exe --project=default --img- --wp+ green tea" will generate articles about green tea using the default project settings but with no images, and publish them to WordPress using the stored details
  121.  
  122. Example: "AutoContentWriter.exe --project=foo --mx=1000 --mn=950 --hidden-" will load the settings for project foo, override maximum and minimum wordcounts and show the GUI.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement