MCPcopy Index your code
hub / github.com/75al-ya/NaorisProtocol-bot

github.com/75al-ya/NaorisProtocol-bot @v1.1.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.4 ↗ · + Follow
87 symbols 233 edges 18 files 4 documented · 5%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Naoris automation python bot

Static Badge

Recommendations before use:

  • Use python 3.10🐍

Features:

  • Auto add to whitelist
  • Get stats for your accounts
  • All types of proxy support
  • Auto send ping
  • Auto send initiate message production
  • Auto activate protection
  • Multithread

Installation Methods:

For manual setup on Windows or macOS, follow the guide. macOS offers an alternative: a user-friendly DMG file.

Installation+Run🕸

git clone https://github.com/75al-ya/NaorisProtocol-bot
cd NaorisProtocol-bot
run.bat

OR

git clone https://github.com/75al-ya/NaorisProtocol-bot
cd NaorisProtocol-bot
pip install -r requirements.txt
python bot.py

Set-up⚙

  • Accounts: In the accounts.json file put your addresses and device hash in such format:
 [
      {
          "Address": "Address_1",
          "deviceHash": "Device_hash"
      },
      {
          "Address": "Address_2",
          "deviceHash": "Device_hash"
      }
  ]
  • Proxy: in the proxy.txt file put your proxy in such format:
type://username:password:ip:port
http://username:password:ip:port
socks5://username:password:ip:port

Contribution🌟

  • Don't forget to put stars⭐

  • JOIN OUR TELEGRAM CHAT

  • My eth address is 0xd260e28b533f153d59cb340b4213ad5977d71fe7

If you have any questions or some ideas to improve my bots, feel free to contact me on telegram or issues section.

Core symbols most depended-on inside this repo

send_request
called by 10
bot/core/node.py
estimate_ping_latency
called by 2
bot.py
generate_random_user_agent
called by 2
bot/core/agents.py
_create_session
called by 2
bot/core/node.py
print_banner
called by 1
bot.py
print_progress
called by 1
bot.py
print_error
called by 1
bot.py
print_summary
called by 1
bot.py

Shape

Method 41
Function 36
Class 10

Languages

Python100%

Modules by API surface

bot.py21 symbols
bot/core/node.py20 symbols
bot/utils/config/executor.py8 symbols
bot/utils/logger.py7 symbols
bot/utils/accounts.py5 symbols
bot/core/agents.py5 symbols
bot/utils/progress.py4 symbols
bot/core/file_manager.py4 symbols
bot/utils/launcher.py3 symbols
bot/utils/file_manager.py3 symbols
bot/utils/client.py3 symbols
bot/utils/session.py2 symbols

For agents

$ claude mcp add NaorisProtocol-bot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page