Simple IRC bot in Python using the Friendly API. DM the bot to use, usage in channels is unsupported (on purpose).
- Basic login
- Make and manage posts
- View activity
- View community posts and replies
- Edit profile
- View profiles
- Feed
- Activity notifications
- Watch posts
- Easy login
| Command | Description |
|---|---|
help [command] |
Show all commands or details for one command |
hello |
Say hi |
echo {input} |
Echo input |
auth {userID} {token} |
Log in with your userId and token |
deauth |
Forget your stored credentials |
whoami |
Show the profile you're logged in as |
post {text} |
Create a new post |
reply {postId} {text} |
Reply to a post |
edit {postId} {new text} |
Edit one of your posts |
delete {postId} |
Delete one of your posts |
getfeed [num] |
Show latest posts in your feed |
activity [num] |
Show recent replies to you |
getpost {id} [accessHash] |
Show a post by ID |
Feel free to contribute! There is a lot of work to be done in order to make the bot more usable :)