Skip to content

andrei-1111/coingecko-discord-price-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Price Bot using Coingecko Crate

Required env variables:

  • DISCORD_TOKEN: Discord bot token
  • TOKEN_ID: Token ID can be retrieved on /coins/list
  • GUILD_ID: ID of the discord channel

Important crates used:

Deployment

# Initialize `shuttle` configurations. Projects will be hosted at 
# ${project_name}.shuttleapp.rs
cargo shuttle init --serenity

# Existing serenity projects, you can start it with:
cargo shuttle project start --name=${project_name}

# Run the program locally 
cargo shuttle run --name=${project_name}

# Deploy and run the program 
cargo shuttle deploy --name=${project_name}

About

Simple Price Bot built with Coingecko Rust Crate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages