[JV] My automation + a strong marketer

Status
Not open for further replies.

TIBHD

Registered Member
Joined
Oct 8, 2020
Messages
54
Reaction score
16
My product will be about exposing social media platforms through a simple API, so they can integrate with other automation tools, such as zapier, integromat.
ex:
Code:
fetch("https://api.whatever.com/post", {
    method: 'POST',
    headers: {
        "APIKEY": "xxx"
    },
    body: JSON.stringify({
        account: "myusername",
        service: "instagram",
        post: {
            media: myVideo,
            text: "Watch me #hashtags"
        }
    })
})

Payments will be in crypto only.

My skills:
- web apps
- mobile apps


Looking for someone with:
- strong marketing
- 50/50 profit in crypto
 
Last edited:
Hello,

I don't get what your script does, can you explain it to me with details so I'll see if I can bring something to the table! :)
 
Status
Not open for further replies.
Back
Top