Hi there! Welcome to the Nomix Beta Testing program!
We are at the early step of creating the best tool in the market for social media automation.
What We Do
1. For marketing agencies: creating accounts, posting, mass actions
2. For bloggers/influencers: mother-child method, interaction with the audience
3. For data miners: scraping, analyzing images with AI
Why Nomix
1. Easy installation: install the app and you're ready to go
2. Designed for scaling: no wires, no adb, all you need is internet connection
3. Human-like: we automate actions in Android apps with human behavior and speed
We will gradually release all the features, posting updates in this channel.
Contact Alex @alexal1 to get your token and start using Nomix for free
We are at the early step of creating the best tool in the market for social media automation.
What We Do
1. For marketing agencies: creating accounts, posting, mass actions
2. For bloggers/influencers: mother-child method, interaction with the audience
3. For data miners: scraping, analyzing images with AI
Why Nomix
1. Easy installation: install the app and you're ready to go
2. Designed for scaling: no wires, no adb, all you need is internet connection
3. Human-like: we automate actions in Android apps with human behavior and speed
We will gradually release all the features, posting updates in this channel.
Contact Alex @alexal1 to get your token and start using Nomix for free
Nomix Beta Testers pinned «Hi there! Welcome to the Nomix Beta Testing program! We are at the early step of creating the best tool in the market for social media automation. What We Do 1. For marketing agencies: creating accounts, posting, mass actions 2. For bloggers/influencers:…»
nomixclient-1.4.apk
6.7 MB
We're ready to proudly share our first stable Android app
Media is too big
VIEW IN TELEGRAM
like-post-by-link
Video conents:
1. Setup
2. Post liking via API
3. Reel liking via API
API reference: link
NomixClient releases: google drive
Instagram compatible version: google drive
Video conents:
1. Setup
2. Post liking via API
3. Reel liking via API
API reference: link
NomixClient releases: google drive
Instagram compatible version: google drive
Media is too big
VIEW IN TELEGRAM
follow-by-link
Video contents:
1. Setup
2. Following via API
API reference: link
NomixClient releases: google drive
Instagram compatible verson: google drive
Video contents:
1. Setup
2. Following via API
API reference: link
NomixClient releases: google drive
Instagram compatible verson: google drive
Media is too big
VIEW IN TELEGRAM
airplane-mode-on-off
Video contents:
1. Setup
2. Airplane mode turning on and off via API
API reference: link
NomixClient releases: google drive
Instagram compatible version: google drive
Video contents:
1. Setup
2. Airplane mode turning on and off via API
API reference: link
NomixClient releases: google drive
Instagram compatible version: google drive
New Release
Hey all! We've made both backend & client update. Here are the things that we've added:
- Stabilization improvements: fixed hanging, fixed ignoring some of the devices connected to Nomix
- Support for different packages: now you can use as many Instagram apps per device as you want! It means that each device may have e.g. 100 Instagram accounts you're willing to work with.
Hey all! We've made both backend & client update. Here are the things that we've added:
- Stabilization improvements: fixed hanging, fixed ignoring some of the devices connected to Nomix
- Support for different packages: now you can use as many Instagram apps per device as you want! It means that each device may have e.g. 100 Instagram accounts you're willing to work with.
Example of how to execute actions on different accounts: link. In this example we send 3 commands to Nomix:
1. Like the post from account A
2. Switch on and off airplane mode to reset IP address
3. Like the post from account B
1. Like the post from account A
2. Switch on and off airplane mode to reset IP address
3. Like the post from account B
Media is too big
VIEW IN TELEGRAM
like post from account A → turn airplane mode on and off → like post from account B
Hey everyone! Let me share the updates that happened in Nomix development in past months.
1. New feature: utilize Instagram's Explore page to find your target audience
Let's presume that your target audience is interested in the same things as you. Then these people are liking the same posts and reels as you can see in your Instagram's recommendations. The new task searches through the Explore page, which is basically Instagram recommendations, and likes the stories of people who are interested in the same content as you do.
Also, instead of general recommendations, it is possible to specify a topic (like, "programming"). In this case the bot will open "For you" section with recommendations related to programming. The rest actions will be the same.
Both features will be demonstrated in the video below.
2. Python script
All available tasks are now added to this Python script: https://github.com/nomix-ai/Nomix
In
1. New feature: utilize Instagram's Explore page to find your target audience
Let's presume that your target audience is interested in the same things as you. Then these people are liking the same posts and reels as you can see in your Instagram's recommendations. The new task searches through the Explore page, which is basically Instagram recommendations, and likes the stories of people who are interested in the same content as you do.
Also, instead of general recommendations, it is possible to specify a topic (like, "programming"). In this case the bot will open "For you" section with recommendations related to programming. The rest actions will be the same.
Both features will be demonstrated in the video below.
2. Python script
All available tasks are now added to this Python script: https://github.com/nomix-ai/Nomix
In
main.py
these functions can be called to execute appropriate tasks on your device or several devices:follow_by_link()
like_post_by_link()
airplane_mode_on_off()
like_stories_of_likers_of_posts()
It is possible to call them in any order, schedule to be executed at specified time, or simply run in an infinite cycle.GitHub
GitHub - nomix-ai/Nomix: Instagram automation tool with quick and easy setup. No adb, no root, just an Android app installed on…
Instagram automation tool with quick and easy setup. No adb, no root, just an Android app installed on each device. Management of the devices is carried out by the script presented here. - nomix-ai...
For the next steps I'm working on two things right now. First one is to update the Nomix code to make it super easy and fast to add new tasks. The goal is to add 10 new tasks each month. The candidates for the first new tasks to be added next are
- Follow the followers of specific accounts
- Follow the likers of posts of specific accounts
- Unfollow accounts which do not follow back
- Liking posts of specific accounts
- Sending "welcome DMs" to new followers
Feel free to suggest in comments other stuff which you find more useful!
And the second thing is to add a Telegram bot as an alternative to the above shown Python script. I understand that the raw code is not the best interface for most of the people. But I also don't have resources right now to develop a frontend side of a control panel. So I see a Telegram bot as a good compromise solution. It's basically the fastest way to build a usable interface.
- Follow the followers of specific accounts
- Follow the likers of posts of specific accounts
- Unfollow accounts which do not follow back
- Liking posts of specific accounts
- Sending "welcome DMs" to new followers
Feel free to suggest in comments other stuff which you find more useful!
And the second thing is to add a Telegram bot as an alternative to the above shown Python script. I understand that the raw code is not the best interface for most of the people. But I also don't have resources right now to develop a frontend side of a control panel. So I see a Telegram bot as a good compromise solution. It's basically the fastest way to build a usable interface.