/MagicEden-Autobuyer

Automated bot that allows you to buy NFT from the marketplace at the lowest prices on MagicEden.io | MagicEden Autobuyer

Primary LanguagePythonMIT LicenseMIT

Magic Eden bot for mint

Created by Galiaf


EN

This bot will help to buy NFT from the desired collection at the lowest price.

This bot does not guarantee you will buy NFT, this bot simply goes faster than humans and automates everything since you do not have to click yourself.

Tutorial

  1. Clone the repository / Download zip file:

    git clone https://github.com/Galiafer/MagicEden-Autobuyer.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 config.json:

{
"seedPhrase": "your seed phrase from Phantom Wallet (Do Not Share This KEY)",
"password": "your password",
"collectionName" : "Collection name example: DeGods",
"willingPrice": 399 (preferred buying price),
"cooldown": 15 - minutes (How long will the bot wait for the next attempt),
"closeBrowser": true (Close browser after buying, false - No)
}
  1. Open CMD and go to directory: cd /path/to/directory/

  2. Run the python file:

    windows : python main.py

    mac : python3 main.py


Good luck to all.


You can support me with some SOL : 5ExvsyA8dBZvanEh2qncekmdsekFLbEDUX2wScmmqJ7e
You can support me with some BUSD (BSC) : 0xBfB65cE5Dd3766d75801f2CC2eEA4CDcC5A96Cc5

RU

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

Этот бот не гарантирует вам 100% покупку НФТ, он просто делает все быстрее, чем человек. Вы просто запускаете бота и ждете.

Инструкция

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

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

    ИЛИ

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

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

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

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

    pip install -r requirements.txt

  5. Заполните все необходимые поля в файле config.json:

{
"seedPhrase": "Ваш passphrase от Phantom" - (Никуда не публикуйте эту фразу),
"password": "Пароль для вашего кошелька",
"collectionName" : "Имя коллекции, например: DeGods",
"willingPrice": 399 (Желаемая цена покупки),
"cooldown": 15 - минут (Как долго будет ждать бот перед следующей попыткой),
"closeBrowser": true (Закрыть браузер после покупки, false - Нет)
}
  1. Откройте CMD (командную строку) и перейдите в директорию проекта: cd /path/to/directory/

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

    windows : python main.py

    mac : python3 main.py


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


Вы можете поддержать меня SOL : 5ExvsyA8dBZvanEh2qncekmdsekFLbEDUX2wScmmqJ7e
Вы можете поддержать меня BUSD (BSC) : 0xBfB65cE5Dd3766d75801f2CC2eEA4CDcC5A96Cc5