Socialbot
Python bots for social networks
Install / Use
/learn @isaacdlp/SocialbotREADME
Social Bot
Python bots for social networks
Supported Networks and Features
- Twitter
- Login
- Post tweets
- Reply to tweets
- Quote ("retweet") and unquote ("undo") tweets
- Like and unlike ("undo") tweets
- Follow and unfollow users
- Get users and tweets by a term search
- Get followers and followed by a user
- Get tweets, replies and media by a user
- Get list members and subscribers
- Get individual user profile
- Individual and batch actions
- Optional fast internal API (JSON)
- Instagram
- Login
- Follow and unfollow users
- Get users and posts by a term search
- Get followers and followed by a user
- Get posts by a user
- Get individual user profile
- Individual and batch actions
- Facebook
- Login
- Get users and posts by a term search
- Get friends by a user
- Get posts by a user
Flexible event logging.
Individual vs Swarm
The API provides granular action-functions that can be used by bots operating individually or as swarm. Annotated sample files are provided for behavior of both:
- Individual bot
bot.py - Bot swarm
swarm.py.
