Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. The bot will need to go to this site:
  2. http://www.freshwap.me
  3.  
  4. That is a site with DDL content, and every uploaded file has DDL links in there.
  5.  
  6. Also, the site has categories, to categorize the content that gets uploaded.
  7.  
  8. What i want the bot to do is to go on these categories separately at the same time:
  9.  
  10. http://www.freshwap.me/ebooks/
  11. http://www.freshwap.me/magazines/
  12. http://www.freshwap.me/tutorials/
  13. http://www.freshwap.me/graphics/
  14. http://www.freshwap.me/misc/
  15.  
  16.  
  17. After it goes on those categories it should go to every single file that is within that category.
  18. When it goes inside every single file within those categories it should copy all the links: uploadable.ch
  19.  
  20. They should save those in separate .txt files that will be titled like this:
  21.  
  22. ebooks 20/10/14.txt
  23. magazines 20/10/14.txt
  24. tutorials 20/10/14.txt
  25. graphics 20/10/14.txt
  26. misc 20/10/14.txt
  27.  
  28. The bot will open 5 different windows, with each window being one of the categories, and it will grab the uploadable.ch links from the files within the categories and it will save then in 5 separate .txt files that belong to each category window. ALSO, it will keep track of the date and it will save the .txt files by date too. When a new date comes it will start 5 new .txt files with the new date, so it will look like this:
  29.  
  30. ebooks 20/10/14.txt
  31. magazines 20/10/14.txt
  32. tutorials 20/10/14.txt
  33. graphics 20/10/14.txt
  34. misc 20/10/14.txt
  35.  
  36. ebooks 20/11/14.txt
  37. magazines 20/11/14.txt
  38. tutorials 20/11/14.txt
  39. graphics 20/11/14.txt
  40. misc 20/11/14.txt
  41.  
  42. ebooks 20/12/14.txt
  43. magazines 20/12/14.txt
  44. tutorials 20/12/14.txt
  45. graphics 20/12/14.txt
  46. misc 20/12/14.txt
  47.  
  48. and then it will stop posting the links on those .txt files for the date 20/10/14, in it will start new .txt files were it will post the links for the files within each category that are uploaded on the next day and so on.
  49. So there is a new set of 5 .txt files for each day, and it has the date recorded on the title together with the category it got the info from.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement