Skip to content

Rust RSS bot implementation for Upwork and integration with Slack.

Notifications You must be signed in to change notification settings

datumbrain/uw-rss-bot

 
 

Repository files navigation

Rust RSS Feed

This project fetches and stores RSS feed items into a SQLite database using Rust and the reqwest and tokio crates.

Prerequisites

  • Rust and Cargo: Install from rustup.rs
  • SQLite: Install SQLite CLI tool or DB Browser for SQLite

Run & Build

Create a .env file in the root directory of the project from env.template

cp .env.template .env

Build

cargo build

Run

cargo run

Structure

./
├── src/
│   └── main.rs
├── .dockerignore
├── .env
├── .env.template
├── .gitignore
├── Cargo.lock
├── Cargo.toml
├── Dockerfile
├── Dockerfile.fly
├── data.sqlite
└── fly.toml

About

Rust RSS bot implementation for Upwork and integration with Slack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.1%
  • Dockerfile 5.9%