Skip to content

dominikWin/groupme_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groupme_bot

Crates.io Build Status

Rust library for the Groupme Bots API.

The library allows for Rust programms to create, destroy, and post messages and images to Groupme.

Example

To use bots you need to get an API token at dev.groupme.com.

Bots can be created either online or through the library.

use groupme_bot::{Groupme, Bot};

// Posting doesn't require a token
let groupme = Groupme::new(None);

let bot = groupme.bot("Secret bot_id");

bot.post("Hello, world!").unwrap();

About

Rust library for the Groupme Bots API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages