User:WindBOT/Source: Difference between revisions

Jump to navigation Jump to search
No edit summary
 
Line 14: Line 14:
* (''Optional'') [http://cpulimit.sourceforge.net/ cpulimit] can be used to limit the bot's often-high CPU usage when applying filters to a lengthy page, to ensure sufficient resources to other programs running concurrently on the server. This does slow the bot down but makes it act nicer to others, which is welcome on a shared host. On Ubuntu:
* (''Optional'') [http://cpulimit.sourceforge.net/ cpulimit] can be used to limit the bot's often-high CPU usage when applying filters to a lengthy page, to ensure sufficient resources to other programs running concurrently on the server. This does slow the bot down but makes it act nicer to others, which is welcome on a shared host. On Ubuntu:
<pre>$ sudo apt-get install cpulimit</pre>
<pre>$ sudo apt-get install cpulimit</pre>
* (''Optional'') [http://git.optf2.com/steamodd.git steamodd] can be used to communicate with the TF2 [[WebAPI|Web API]]. On Ubuntu:
<pre>$ sudo apt-get install git
$ git clone http://git.optf2.com/steamodd.git
$ cd steamodd
$ sudo python2.6 setup.py install</pre>
* (''Optional'') [http://pmt.sourceforge.net/pngcrush/ pngcrush] can be used to crush PNG images in file filters. Without it, images will not be considered for crushing. On Ubuntu:
* (''Optional'') [http://pmt.sourceforge.net/pngcrush/ pngcrush] can be used to crush PNG images in file filters. Without it, images will not be considered for crushing. On Ubuntu:
<pre>$ sudo apt-get install pngcrush</pre>
<pre>$ sudo apt-get install pngcrush</pre>