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.6.tar.gz
(42.2 kB
view hashes)
Built Distribution
Close
Hashes for instabotnet-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60730cabed0fddc41b88ed62494bee26699ff6f6c3e4e6754d26c435ec22e57b |
|
MD5 | eaafe25564421ea81635f93054c1beef |
|
BLAKE2b-256 | b63db47753f82e58e5ca69f792452a9a15242d450c2f13b3a3cf53274a1312ad |