ヴィンテッド・スクレーパー
これは、Vinted と Depop から画像をダウンロードし、データをスクレイピングして、SQLite データベースに保存するツールです。
--現在(WIP) --
使い方
このリポジトリをダウンロード/クローンする
pip install -r requirements.txtを使用して依存関係をダウンロードします。スクリプト
python scraper.pyを実行する
ヴィンテージ
アカウントのユーザーIDをusers.txtに入力し、スクリプトを実行してください。スクリプトはすべての画像をダウンロードし、ダウンロードフォルダに保存します。データはSQLiteデータベースに保存されます。
デポップ
アカウントのユーザー名をusers.txtに入力し、スクリプトを-d付きで実行します。スクリプトはすべての画像と動画をダウンロードし、ダウンロードフォルダに保存します。データはSQLiteデータベースに保存されます。
議論
-p [Vinted] プライベートメッセージからすべての画像を取得します。(ログインするには-s 、ユーザーIDを設定するには-u必要です)-s "your_vinted_fr_session" [Vinted] でアカウントにログインします。セッションIDを取得するにはどうすればいいですか?-u [Vinted] ユーザーIDを設定する-i [Vinted] ダウンロードする画像の最大数を指定します。最小値は1枚です。(例: -i 1製品の最初の画像のみをダウンロードします)-n [Depop] ファイルのダウンロードを無効にする(製品情報のみをスクレイピングする)-g [Depop] 販売済みのアイテムもダウンロード-b [Depop] 特定のアイテムから開始します。(例: python3 scraper.py -d -n -b "coose-navy-lee-sweatshirt-amazing-lee" )
例:
Vintedアカウントのプライベートメッセージからすべての画像をダウンロードするpython scraper.py -p -u 123456789 -s "RS9KcmE1THMxV3NlclRsbEVRdU52ZVp4UG.......ASFe26"
スクレイピングされるデータ
ユーザーの商品の画像がすべてダウンロードされます。また、ユーザーのアバターもダウンロードされます。
すべての情報は、次のテーブルの sqlite データベースに保存されます。
Vintedユーザー
UsernameUser_idGenderGiven_item_countTaken_item_countFollowers_countFollowing_countPositive_feedback_countNegative_feedback_countFeedback_reputationAvatarCreated_atLast_loged_on_tsCity_idCityCountry_titleVerification_emailVerification_facebookVerification_googleVerification_phone
ヴィンテージ製品
IDUser_idUrl Favourite GenderCategorySizeStateBrandColorsPriceImagesDescriptionTitlePlatform
Depopユーザー
UsernameUser_idBiofirst_namefollowersfollowinginitialsitems_soldlast_namelast_seenAvatarreviews_ratingreviews_totalverifiedwebsite
デポップ製品
IDSoldUser_idGenderCategorySizeStateBrandColorsPriceImageDescriptionTitlePlatformAddressdiscountedPriceAmountdateUpdated
機能に関するご要望がありましたら、遠慮なく問題をご報告ください :)
免責事項
このスクリプトは教育目的のみに設計されています。ウェブスクレイピング技術のデモンストレーションを目的としており、商業目的または個人的な利益のために使用しないでください。このソフトウェアの使用は、VintedおよびDepopのウェブサイトの利用規約に違反する可能性があり、使用に起因するあらゆる結果について、すべての責任はお客様が負うことになりますのでご注意ください。このスクリプトの作成者は、ソフトウェアの使用中に発生した損害、傷害、または損失について一切責任を負いません。自己責任でご使用ください。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
この MCP スクラップは製品情報用に作成されました。
免責事項:このスクリプトは教育目的のみに設計されています。Webスクレイピング技術のデモンストレーションを目的としており、商業目的または個人的な利益のために使用しないでください。このソフトウェアの使用は、Vintの利用規約に違反する可能性がありますのでご注意ください。
Related MCP Servers
- Asecurity-licenseAqualityMCP Server enabling integration with Scrapezy to retrieve structured data from websites.Last updated -11310MIT License
- -security-license-qualityA Python-based MCP server that crawls websites to extract and save content as markdown files, with features for mapping website structure and links.Last updated -3MIT License
- Asecurity-licenseAqualityAn MCP server that retrieves product data from the DummyJSON API, supporting filtering by various parameters like ID, title, category, brand, price and rating.Last updated -12
- -security-license-qualityAn MCP server that enables large language models to directly access and analyze Amazon product information, including product details, variants, and reviews.Last updated -