Script for farming Airdrop Functor Network

Description
Functor Bot for pharmaceutical points !Automation of registration and pharmaceutical points in the project!Airdrop Functor NetworkThe Functor Network has launched a confirmed airdrop program to reward early adopters who actively interact with the platform. The main focus is on participation through the browser extension, which we fully emit with our script! Opportunities:Automatic registration of accounts to participate in the project.Automatic farming of points through check-in and other activities.Proxy rotation support for secure operation. Advantages:Saving time: full automation of registration and pharma.Easy to use: setup and launch in a few clicks.Reliability: stable operation with proxies and wallets.What is it written in?Language: Python 3.8Libraries: aiohttp (asynchronous HTTP requests), requests (synchronous requests), imaplib (working with mail), fake_useragent (random User-Agent), colorama (color output to the console).Environment: Requires Python 3.8+ and dependencies from requirements.txt .Files:main.py : The main script .bot.py : The farming module.config.json: Configuration .How do I launch it?Installation:Install Python 3.8+.Install the dependencies:pip install -r requirements.txt Settings:Create proxies.txt with a proxy in the format username:password@host:port .Configure config.json for accessing the imap service, the emails that you register.Prepare the files:email.txt (for registration, format: email:password).farm.txt (for farming, format: email:password , will be available after registration in success_reg.txt ). Launch:Launch main.py :python main.py Select the mode: 1 (registration) or 2 (farming).How does it work?Modes:Registration (main.py ):Reads email.txt , checks the email, validates the invite code.Registers accounts via the API of the Functor Network.Receives an OTP code from the mail (IMAP) and confirms registration.Saves successful accounts in success_reg.txt .Farming (bot.py ):Reads farm.txt (email: password or tokens).Performs login, check-ins (once every 24 hours), checks the balance. Proxy: Uses proxy rotation via Xray/V2Ray to circumvent restrictions.