Instagram readable yaml rpc api for easy instagram scheduling and promotion
Project description
instagram-bot
Write readable declarative yaml files to control your botnet
Shell usage
The main module works on yaml script like these:
name: test_comment
bots:
-
username: username
password: password
actions:
-
name: comment on 10 posts from @kimkardashian
nodes:
- kimkardashian
edges:
- user_feed:
amount: 10
- comment:
max: 1
comments:
- ["hello {author}!!!"]
- ["come stai?", "come va?"]
- ["url works too! http://instagram.com"]
To execute the above test_comment.yaml
run:
python3 -m instabotnet test_comment.yaml
Python API usage
To use inside python modules:
from instabotnet import execute
with open('test_comment.yaml') as file:
template = yaml.loads(file.read())
execute(template)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
instabotnet-0.0.25.tar.gz
(44.1 kB
view hashes)
Built Distribution
Close
Hashes for instabotnet-0.0.25-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72e870c1e4af97e43c99313ba20dba093e800218ef3522222eebb54fe7f718a5 |
|
MD5 | 4f6e658992d06ae1dc7bc1e536e5b9ca |
|
BLAKE2b-256 | 89e08042b71504548ff548ff8b0adf40f675b0b1066aeeff3afedf9227f49ee6 |