| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Reddit.Actions.Voting
Description
Contains actions for voting on posts and comments. There are functions
for upvoting (upvotePost, upvoteComment), downvoting (downvotePost,
downVoteComment) as well as removing votes that have already been cast
(unvotePost, unvoteComment).
Please note that automated voting (i.e. by a bot, as opposed to being specifically ordered to by a person) is strictly against the Reddit rules, and is a very effective way of getting your bot shadowbanned.
Synopsis
- upvotePost :: Monad m => PostID -> RedditT m ()
- downvotePost :: Monad m => PostID -> RedditT m ()
- unvotePost :: Monad m => PostID -> RedditT m ()
- upvoteComment :: Monad m => CommentID -> RedditT m ()
- downvoteComment :: Monad m => CommentID -> RedditT m ()
- unvoteComment :: Monad m => CommentID -> RedditT m ()