There are two small men in my heart. One called guilt, to csdn so a knowledge-sharing platform of guilt, because I am doing a sorry csdn thing. One called vanity, the desire for csdn visits made me step out of this. This step, stepped into the abyss. In the end, my guilty villain died. Suicide. The vanity man ascended the historical stage. So this blog post is issued.
The following script is used to automatically increase the amount of CSDN access to the shell script first of all, this script is a reference to other people's comments slightly changed, added a loop. It was supposed to be quoted, but I couldn't find it in a moment. Forget where it is. The principle is simple, is to use the Curl tool to continuously link to a specified URL
Under Mac or Linux, there's usually curl.
sudo apt-get install curl libcurl3 Libcurl3-dev Php5-curl
Writing scripts
#autocsdn. sh#automatically send request to csdn bloguser=hyichao_csdnarticles= ' curl-s "http://blog.csdn.net/$user/" | grep ' href ' | Egrep-o "$user/articles/details/[[:d igit:]]+" | Sort | Uniq ' for i in ' seq-dofor article in $articlesdocurl-S "http://blog.csdn.net/$article" >/dev/nullsleep 10echo "on E Shot "Doneecho $idone
Run the script
SH autocsdn.sh
The general gods, technical cattle are not bothered to do this, because their traffic is never a problem. But! I admit it! I am vain! My hands are cheap! My egg hurts! I.. I.. I want to have a good view of the volume of visits ... Duang~ open bo Two months, only 1000 visits, and slightly let me down. But it also means that I will try to write a higher quality blog later.
Again, it is not recommended to use this script to brush the amount of access, because sharing is the focus, write a quality blog, the small part of the fancy, put on the home page, the amount of natural visits came. Written here, in fact, the vanity villain has been dying. I hope everyone to see even, and everyone to encourage!
Linux&&mac automatically increases CSDN traffic