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.20.tar.gz
(43.0 kB
view hashes)
Built Distribution
Close
Hashes for instabotnet-0.0.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62654025c949fdc25e3f9cd56b1319ed31baa6c060413b2142a784094622b135 |
|
MD5 | 712fb722ddf98565abddc0ad715496a7 |
|
BLAKE2b-256 | b8928ff69120971ec7ebd4a9a06cdfad48e378563966d214d95de93e678f29c8 |