I need a way to post daily to multiple account from single project keeping post per day for each account.
Ok so I need a way to schedule posting to multiple accounts on same site all day long. Let say i have 100 accounts in a table that looks like that.
Login,pass,executions per day,ect.
Project should post to each account defined number of times per day and split it for all day long and be able to scale up in order to keep up with more task at once.
Any ideas how could i handle such logic?
Ok so I need a way to schedule posting to multiple accounts on same site all day long. Let say i have 100 accounts in a table that looks like that.
Login,pass,executions per day,ect.
Project should post to each account defined number of times per day and split it for all day long and be able to scale up in order to keep up with more task at once.
Any ideas how could i handle such logic?