Posts

For more information, see the search syntax documentation. Search results are sorted by creation date.

Search Results

Site and Policy » Furbooru Rust Crate Announcement » Post 5

Site and Policy » Furbooru Rust Crate Announcement » Post 4

Site and Policy » Furbooru Rust Crate Announcement » Post 3

Site and Policy » Furbooru Rust Crate Announcement » Post 2

Site and Policy » Furbooru Rust Crate Announcement » Post 1

Site and Policy » Furbooru Rust Crate Announcement » Topic Opener

Alicia
Even Worse Kobold -
Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.
Astra - Helped choose the name for our mascot - Astra.
Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.
Since the Beginning  - Registered before the site was public
Artist -

Site Developer
Enbyshörk
I have just finished version 0.1.0 of the furbooru crate for Rust! This will allow you to create Rust programs that interact with Furbooru (and by extension, Derpibooru)’s api in an efficient and type-safe manner.
 
Here’s an example for getting the image URL of this image:
 
 
let cli = furbooru::Client::new("test", "my cool API token")?;  
let img = cli.image(2366)?;  
println!("URL: {}", img.view_url);
 
This will be improved in the future, and any bugs can be filed in either this thread or on the Github repository. Be sure to let me know what interesting things you do with this library!
 
Be well.

Default search

If you do not specify a field to search over, the search engine will search for posts with a body that is similar to the query's word stems. For example, posts containing the words winged humanization, wings, and spread wings would all be found by a search for wing, but sewing would not be.

Allowed fields

Field SelectorTypeDescriptionExample
authorLiteralMatches the author of this post. Anonymous authors will never match this term.author:Joey
bodyFull TextMatches the body of this post. This is the default field.body:test
created_atDate/Time RangeMatches the creation time of this post.created_at:2015
idNumeric RangeMatches the numeric surrogate key for this post.id:1000000
myMetamy:posts matches posts you have posted if you are signed in. my:posts
subjectFull TextMatches the title of the topic.subject:time wasting thread
topic_idLiteralMatches the numeric surrogate key for the topic this post belongs to.topic_id:7000
topic_positionNumeric RangeMatches the offset from the beginning of the topic of this post. Positions begin at 0.topic_position:0
updated_atDate/Time RangeMatches the creation or last edit time of this post.updated_at.gte:2 weeks ago
user_idLiteralMatches posts with the specified user_id. Anonymous users will never match this term.user_id:211190
forumLiteralMatches the short name for the forum this post belongs to.forum:meta