Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leonardofaria/bb-bot

This is a simple Ruby bot to get information from my bank. Deploy it on Heroku and get alerts for free
https://github.com/leonardofaria/bb-bot

bot heroku ruby

Last synced: 12 days ago
JSON representation

This is a simple Ruby bot to get information from my bank. Deploy it on Heroku and get alerts for free

Awesome Lists containing this project

README

        

# BB Bot

This is a simple Ruby bot to get information from my bank. Actually, the [investiments page](http://www37.bb.com.br/portalbb/tabelaRentabilidade/rentabilidade/gfi7,802,9085,9089,9.bbx?tipo=2&nivel=1000).

## Instalation

* Clone this repository
* Setup the following environment variables: `BB_USERNAME`, `BB_PASSWORD` and `BB_EMAIL`
* Run `bundle install`
* Run `ruby bin/bot.rb`

Note: You can deploy this project in Heroku for free and setup a task to run the script daily.

## Screenshots

### Bot
![Terminal](https://raw.github.com/leonardofaria/bb-bot/master/screenshot-terminal.png)

### Email
![Email](https://raw.github.com/leonardofaria/bb-bot/master/screenshot-email.png)