Giter VIP home page Giter VIP logo

baidu_submit's Introduction

baidu_submit

百度主动提交小工具exe文件,普通收录和快速收录,需网站有Sitemap文件,多线程提交,站长可以每天运行一下。

前提网站要有sitemap.xml,适用于网站有大量文章,或者后台有自动提交,最新不怎么写文章,但还想每天主动提交的站长。 使用的Python语言,Requests库,Beautifulsoup库,sqlitedict库,多线程快速提交(百度对接口没有限制,多线程没问题),每天可以提交3000普通收录,和10个快速收录。 使用了tklog,https://github.com/xinlin-z/tklog

思路:

从你的网站下载sitemap文件,每天提交3000个你的站点链接,记录已经提交过的,第二天再次提交还没有提交过的链接,一直下去直到本地sitemap文件中所有链接提交完成,这一轮结束重置开始下一轮。

使用:

  • 1.填写site网站域名https://www.baidu.com/ ,填写token XXXXXXX,填写sitemap地址https://www.baidu.com/sitemap.xml ,最后点击保存配置,下次就不用输入了.
  • 2.点击普通收录,等待提交完成。
  • 3.点击快速收录,等待提交完成。
  • 4.若是所有都已提交,点击重置,再开始新一轮重新提交
  • 5.若是中途强行关闭软件造成报错:把my_db.sqlite文件删掉,这个文件是本地的记录文件

  • 普通收录按钮:点击之后会浪费一次提交,查询今日可剩余的推送次数,然后从未提交链接中开始提交.
  • 快速收录按钮:点击之后会直接从未提交链接中,提交10次快速收录
  • 重置按钮:不会删除数据,将本地的数据的提交状态从已提交都设置成未收录,开始新的一轮
  • 保存配置按钮:将token,site等数据保存在本地,下次打开软件不需要输入
  • 更新sitemap:重新下载sitemap数据,和本地数据进行比对,增加或者删除.

蓝奏云:https://gaoyongxian.lanzous.com/iKpjaktsh3c

由于不是单线程,所有提交可能不是按照顺序提交. 由于多线程掌握不好,所有只能每次点击普通收录,浪费一次提交,查询剩余配额。以后有空再改改吧。

baidu_submit's People

Contributors

gaoyongxian666 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.