All Projects → Adyzng → Go Jd

Adyzng / Go Jd

京东自动登录,在线商品自动下单

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Go Jd

Rod
A Devtools driver for web automation and scraping
Stars: ✭ 1,392 (+901.44%)
Mutual labels:  scraper
Cum
comic updater, mangafied
Stars: ✭ 117 (-15.83%)
Mutual labels:  scraper
Proxyscrape
Python library for retrieving free proxies (HTTP, HTTPS, SOCKS4, SOCKS5).
Stars: ✭ 134 (-3.6%)
Mutual labels:  scraper
Not Your Average Web Crawler
A web crawler (for bug hunting) that gathers more than you can imagine.
Stars: ✭ 107 (-23.02%)
Mutual labels:  scraper
Instagram Python Scraper
A instagram scraper wrote in python. Similar to instagram-php-scraper.Usages are in example.py. Enjoy it!
Stars: ✭ 115 (-17.27%)
Mutual labels:  scraper
Youtube Comment Suite
Download YouTube comments from numerous videos, playlists, and channels for archiving, general search, and showing activity.
Stars: ✭ 120 (-13.67%)
Mutual labels:  scraper
Laravel Scavenger
The most integrated web scraper package for Laravel.
Stars: ✭ 91 (-34.53%)
Mutual labels:  scraper
Onegram
This repository is no longer maintained.
Stars: ✭ 137 (-1.44%)
Mutual labels:  scraper
Ridereceipts
🚕 Simple automation desktop app to download and organize your receipts from Uber/Lyft. Try out our new Ride Receipts PRO !
Stars: ✭ 117 (-15.83%)
Mutual labels:  scraper
Scraper
A scraper that switches between normal mode and gentleman mode, built on Eletron, React
Stars: ✭ 127 (-8.63%)
Mutual labels:  scraper
Google Play Scraper
Node.js scraper to get data from Google Play
Stars: ✭ 1,606 (+1055.4%)
Mutual labels:  scraper
Headlesschrome
A Go package for working with headless Chrome. Run interactive JavaScript commands on web pages with Go and Chrome.
Stars: ✭ 112 (-19.42%)
Mutual labels:  scraper
Arxivscraper
A python module to scrape arxiv.org for specific date range and categories
Stars: ✭ 121 (-12.95%)
Mutual labels:  scraper
Reactriot2017 Dotamania
🌐 Web scraping made easy with the visual 🗺 mind map editor to JSON
Stars: ✭ 107 (-23.02%)
Mutual labels:  scraper
Newspaper
News, full-text, and article metadata extraction in Python 3. Advanced docs:
Stars: ✭ 11,545 (+8205.76%)
Mutual labels:  scraper
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-28.06%)
Mutual labels:  scraper
Seleniumcrawler
An example using Selenium webdrivers for python and Scrapy framework to create a web scraper to crawl an ASP site
Stars: ✭ 117 (-15.83%)
Mutual labels:  scraper
Bandcamp Scraper
A scraper for https://bandcamp.com
Stars: ✭ 137 (-1.44%)
Mutual labels:  scraper
Udemycoursegrabber
Your will to enroll in Udemy course is here, but the money isn't? Search no more! This python program searches for your desired course in more than [insert big number here] websites, compares the last updated date, and gives you the download link of the latest one back, but you also have the choice to see the other ones as well!
Stars: ✭ 137 (-1.44%)
Mutual labels:  scraper
Mwoffliner
Scrape any online Mediawiki motorised wiki (like Wikipedia) to your local filesystem
Stars: ✭ 121 (-12.95%)
Mutual labels:  scraper

go-AutoBuy

最近在学习Golang,路转粉。

拿Golang重写了下Python版jd-autobuy

登陆

京东二维码扫码登陆,保存cookie,无需二次登陆。

第三方库

  • clog: Clog is a channel-based logging package for Go.
  • goquery: A little like that j-thing, only in Go.
  • mahonia: Character-set conversion library implemented in Go.
  • go-simplejson: A Go package to interact with arbitrary JSON.

Example

Usage 
  -area string                                                                      
        ship location string, default to Beijing (default "1_72_2799_0")            
  -goods string                                                                     
        the goods you want to by, find it from JD website.                          
        Single Goods:                                                               
          2567304(:1)                                                               
        Multiple Goods:                                                             
          2567304(:1),3133851(:2)                                                   
  -order                                                                            
        submit the order to JingDong when get the Goods.                            
  -period int                                                                       
        the refresh period when out of stock, unit: ms. (default 500)               
  -rush                                                                             
        continue to refresh when out of stock.                                      
go run autobuy.go -goods 531065:2 -order

2017/06/27 16:55:13 [ INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017/06/27 16:55:13 [ INFO] 无需重新登录
2017/06/27 16:55:13 [ INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017/06/27 16:55:13 [ INFO] 购物车详情>
2017/06/27 16:55:14 [ INFO] 购买  数量  价格      总价      商品
2017/06/27 16:55:14 [ INFO]  +    2     ¥7.90     ¥15.80    【京东超市】绿箭(DOUBLEMINT)无糖薄荷糖原味薄荷味35粒23.8g单...
2017/06/27 16:55:14 [ INFO]  -    1     ¥1199.00  ¥1199.00  联想(ThinkVision)X24 23.8英寸纤薄超窄边框IPS屏显示器
2017/06/27 16:55:14 [ INFO]  +    1     ¥21.00    ¥21.00    王小波:沉默的大多数(2014版)
2017/06/27 16:55:14 [ INFO]  -    1     ¥59.00    ¥59.00    心匠 NanoFixit纳诺 纳米液态膜 创意手机膜 液体手机膜 通用于iPh...
2017/06/27 16:55:14 [ INFO] 总数: 3
2017/06/27 16:55:14 [ INFO] 总额: ¥36.80
2017/06/27 16:55:16 [ INFO] 编号: 531065, 库存: 有货, 价格: 7.90, 链接: https://cart.jd.com/gate.action?pid=531065&pcount=1&ptype=1
2017/06/27 16:55:16 [ INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017/06/27 16:55:16 [ INFO] 购买商品: 531065
2017/06/27 16:55:18 [ INFO] 成功加入进购物车 2 个 【京东超市】绿箭(DOUBLEMINT)无糖薄荷糖原味薄荷味35粒23.8g单...
2017/06/27 16:55:18 [ INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017/06/27 16:55:18 [ INFO] 订单详情>
2017/06/27 16:55:19 [ INFO] 总金额: ¥36.80
2017/06/27 16:55:19 [ INFO]  运费: ¥6.00
2017/06/27 16:55:19 [ INFO] 应付款: ¥42.80
2017/06/27 16:55:19 [ INFO] 收货人: **** 188********
2017/06/27 16:55:19 [ INFO] 寄送至: 北京 **********************
2017/06/27 16:55:19 [ INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017/06/27 16:55:19 [ INFO] 提交订单>
2017/06/27 16:55:20 [ INFO] 下单成功,订单号:593*******16
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].