Added
- Given a topic ID, toggle the topic's stickiness with `toggle_sticky()`. [PR3](https://github.com/oliver-zehentleitner/python-simplemachinesforum/pull/3) Thanks to [metal-crow](https://github.com/metal-crow)!
- Given a subject name and board, return the topic id for the matching topic with `get_topic_id`. [PR3](https://github.com/oliver-zehentleitner/python-simplemachinesforum/pull/3) Thanks to [metal-crow](https://github.com/metal-crow)!
- Use the advanced search feature, and return the list of matches with `advanced_search()`. [PR3](https://github.com/oliver-zehentleitner/python-simplemachinesforum/pull/3) Thanks to [metal-crow](https://github.com/metal-crow)!
- Given a board, return the topic id for all currently stickied topics with `get_stickied_posts()`. [PR3](https://github.com/oliver-zehentleitner/python-simplemachinesforum/pull/3) Thanks to [metal-crow](https://github.com/metal-crow)!