Paxob00 / MagicEden-Bidder

MagicEden Bot for making bids on NFTs | MagicEden Bidder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic Eden Bidder

Created by Galiaf

Alt text Alt text Alt text Alt text


EN

This bot will help to make bids on NFT from the desired collection.

ONLY WINDOWS for now, If the script at the beginning switches the window to MagicEden or only one window with Phantom Wallet is loaded, please restart the script

Tutorial

  1. Clone the repository / Download zip file:

    git clone https://github.com/Galiafer/MagicEden-Bidder.git

    OR

    Download Zip File

  2. Be sure you have installed Python, here is a link to download

  3. Open cmd (command prompt)

  4. Install all python module:

    pip install -r requirements.txt

  5. Fill in all the data in .env (But before rename .env-sample to .env):

FILL EVERYTHING WITHOUT QUOTES

SEED_PHRASE=YOUR_SEED_PHRASE (Do Not Share This KEY)
PASSWORD=13372281111MEOW (Password from your Phantom Wallet)
  1. Open CMD and go to directory: cd /path/to/directory/

  2. Run the python file:

    windows : python main.py

  3. If you want to cancel all your active bids run cancel_bids.py (But this script is very unstable and may not working)


RU

Этот бот поможет сделать оффер на НФТ из нужной коллекции.

ПОКА ЧТО СКРИПТ РАБОТАЕТ ТОЛЬКО НА WINDOWS, если скрипт в начале переключает окно на MagicEden или загружается только одно окно с Phantom Wallet, пожалуйста, перезапустите скрипт

Инструкция

  1. Скопируйте репозиторий / Скачайте zip файл:

    git clone https://github.com/Galiafer/MagicEden-Autobuyer.git

    ИЛИ

    Скачать Zip Файл

  2. Удостоверьтесь, что у вас скачан Python, ссылка на установку

  3. Откройте cmd (командную строку)

  4. Установите все библиотеки:

    pip install -r requirements.txt

  5. Заполните данные в .env (Но перед этим измените название файла с .env-sample на .env):

ЗАПОЛНЯТЬ БЕЗ КАВЫЧЕК

SEED_PHRASE=ВАША_СИД_ФРАЗА (Никуда не публикуйте эту фразу)
PASSWORD=13372281111MEOW (Пароль от кошелька)
  1. Откройте CMD (командную строку) и перейдите в директорию проекта: cd /path/to/directory/

  2. Запустите файл:

    windows : python main.py

  3. Если хотите отменить все свои офферы, то запустите cancel_bids.py (Но этот скрипт еще не готов и может неправильно работать)


Хороших всем покупок.

TODO:

  1. Set bid expire time

About

MagicEden Bot for making bids on NFTs | MagicEden Bidder

License:MIT License


Languages

Language:Python 100.0%