Question :- what is publisher tool? Answer :- Publishertool is a single dashboard of publishers. you can do your 'White Hat' affiliate marketing very easly by using publisherwall tools. it is a central control of all offers,banners,lockers,rotators etc. you wont need to change our code, if once have paste. just change from publishertool dashboard and all banners,links,rotators will auto update. without change or update our JS code again. click for tools
Posts
phppot.com main menu and sub menu scrap using python bs4
- Get link
- X
- Other Apps
from bs4 import BeautifulSoup import urllib2 import smtplib phpPOT = urllib2.urlopen("http://phppot.com") phpPotHtml = phpPOT.read() phpPOT.close() mainMenu = BeautifulSoup(phpPotHtml, "html.parser") redditAll = mainMenu.find_all(id="tutorial-menu") mailtext="" for links in mainMenu.ul: print links.a.text print links.a.get("href") subURL = links.a.get("href") submenu = urllib2.urlopen(subURL) submenuHtml = submenu.read() submenuData = BeautifulSoup(submenuHtml, "html.parser") submenu1 = submenuData.find_all(id="tutorial-menu") #print submenu1 print "SubMenu-------------start---------" mailtext += links.a.get("href") for smenu in submenu1: for child in smenu.ul: submenu2 = child.find_all("ul",{"class" :"sub-menu"}) #print "SubMenu-------------start-...
jabong seller details
- Get link
- X
- Other Apps
import requests from bs4 import BeautifulSoup from openpyxl import Workbook import urllib3 url=" http://www.jabong.com/ clothing/ " # url=" http://www.jabong.com/ Sangria-Solid-Angrakha-With-3- 4Th-Sleeves-And-Print-Detail- 2182566.html?pos=2 " r= requests.get(url) soup = BeautifulSoup(r.content) soup.prettify() # posts = soup.find_all(attrs={'class': 'post sponsorarea'}) #posts = soup.find_all("div",{"id":" seller-info-content"}) #print posts[0].text wb = Workbook()# grab the active worksheet ws = wb.active# wc = Workbook()# grab the active worksheet wa = wc.active# wa['C1'] = "Jobong data" wa.append(['Product','product Link','seller Address and Email']) posts = soup.find_all("section",{" class":"row search-product animate-products"}) posts1 = posts[0].find_all("div",{" class":"col-...