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.41.tar.gz
(27.8 kB
view hashes)
Built Distribution
Close
Hashes for instabotnet-0.0.41-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acd85bfd5b77b7218f836f947831ec1bb9bf32e277642e64ea56e7e4b408b704 |
|
MD5 | 42a421e1d511d2e18a23113c9e127807 |
|
BLAKE2b-256 | 9e9b6d236990a1dd70f8b535c5945df60851b8db7c43d2b0b85445c5120259db |