ebay view bot
1.0.0
가장 간단한 요청 봇으로 eBay 조회수를 높일 수 있습니다. 원하는 제품 링크(캐시된 링크 없음)와 원하는 조회수를 입력하기만 하면 됩니다.
원하는 모든 링크에 대한 txt 파일
스크립트를 끝내는 대신 링크가 완료된 후 새 링크에서 시작
멀티스레딩
프록시 지원
clone/download
클릭하고 파일의 압축을 푼다.
터미널에서: git clone https://github.com/washedgram/ebay-view-bot.git
Python, 요청
Python 2.xx 설치 올바르게 설치한 경우 터미널에 'python'을 입력하면 Python 코드를 실행할 수 있는 대화형 콘솔이 열립니다.
설치 요청: pip install requests
- Python을 먼저 설치해야 합니다.
CMD/터미널에서:
cd <directory you saved the .zip file> cd ebay-view-bot python main.py
Copyright (c) 2021 washedgram
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.