Quote:
Originally Posted by Ted S
Anyone know how I could add a field to each bot to make a fitler for required words so that instead of a bot pulling down every feed it pulls down only certain, matching feeds?
|
that would require some changes to the script as well as some changes to the mysql tables. you would need to make a table that had the words you want to use as a filter. then you would have to modify the code in the script to make it check for those words.