Skip to content

A twitter bot that scrapes financial news articles

Notifications You must be signed in to change notification settings

kakamband/ibex35_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ibex35 Bot 🤖

Build Status

A twitter bot that posts financial news articles about Spain's stock market index. You can also ask the bot for the current price of a stock by mentioning it and adding a dollar sign followed by the stock's ticker symbol.

happy_path_response

Implementation 🛠️

The bot uses RomelTorres' python wrapper for the Alpha Vantage API. It's deployed on Heroku with Docker 🐳 and uses two separate clock processes for posting articles and listening to twitter mentions. To avoid duplicate replies, the bot saves the mention's id into a postgres database table which is queried through peewee's ORM.

About

A twitter bot that scrapes financial news articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Dockerfile 1.3%