Lichess bot. Under construction.
```rust extern crate env_logger;
use dotenv::dotenv;
use lichessbot::lichessbot::*;
async fn main() -> Result<(), Box
let mut bot = LichessBot::new();
bot.stream().await
}
```
```bash export RUST_LOG=info
export RUST_LOG=debug ```