All Projects → vhogemann → FSharpDataBot

vhogemann / FSharpDataBot

Licence: other
Twitter robot that outputs Graphs and Statistics from the World Bank Data

Programming Languages

F#
602 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to FSharpDataBot

twitbot
🦉Just a simple twitter bot for tipping in EOS
Stars: ✭ 18 (-14.29%)
Mutual labels:  twitter-bot
Twitterbot en 30
Los bots son relevantes para nosotros, pues automatizan tareas que eventualmente simplificarán trabajo a futuro. En este taller relámpago aprenderemos cómo crear un bot en Twitter usando Python, para de manera automática tuitear frases de un libro. ¡En sólo 30 minutos!
Stars: ✭ 19 (-9.52%)
Mutual labels:  twitter-bot
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+280.95%)
Mutual labels:  twitter-bot
TwitterEventBot
No description or website provided.
Stars: ✭ 13 (-38.1%)
Mutual labels:  twitter-bot
twitter-bot-python-aws-lambda
A simple twitter bot using Python and an AWS Lambda function
Stars: ✭ 23 (+9.52%)
Mutual labels:  twitter-bot
booster
twitter bot that builds followers
Stars: ✭ 30 (+42.86%)
Mutual labels:  twitter-bot
Raymo111
My awesome profile README
Stars: ✭ 110 (+423.81%)
Mutual labels:  twitter-bot
twitter-bot
Simple Twitter bot using Tweepy and Python
Stars: ✭ 16 (-23.81%)
Mutual labels:  twitter-bot
weatherBot
⛈ A Twitter bot for weather
Stars: ✭ 20 (-4.76%)
Mutual labels:  twitter-bot
Awesome Python Login Model
模拟登陆基本采用的是直接登录或者使用selenium+webdriver的方式,有的网站直接登录难度很大,比如qq空间,bilibili等如果采用selenium就相对轻松一些。
Stars: ✭ 13,953 (+66342.86%)
Mutual labels:  twitter-bot
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (+371.43%)
Mutual labels:  twitter-bot
Python-Twitter-Bot
Python Twitter Bot which retweet,like,and follow or tweet texts from file
Stars: ✭ 62 (+195.24%)
Mutual labels:  twitter-bot
opensea-sales-twitter-bot
A Twitter bot that tweets Opensea sales for a given collection 🐳
Stars: ✭ 120 (+471.43%)
Mutual labels:  twitter-bot
rust-trending
A twitter bot (@RustTrending) to tweet trending rust repositories, inspired by @TrendingGithub
Stars: ✭ 113 (+438.1%)
Mutual labels:  twitter-bot
coopboost
Grow your twitter audience.
Stars: ✭ 50 (+138.1%)
Mutual labels:  twitter-bot
Tweeterify
A Twitter bot which recommends some Spotify top charts songs to people
Stars: ✭ 18 (-14.29%)
Mutual labels:  twitter-bot
covid19twtbot
A Twitter bot that automatically replies to tweets requesting COVID related resources with links containing information about the availability.
Stars: ✭ 18 (-14.29%)
Mutual labels:  twitter-bot
tradoge
DOGE trading bot for instantly buying and selling DOGE cryptocurrency on Binance when Elon Musk tweets about it.
Stars: ✭ 122 (+480.95%)
Mutual labels:  twitter-bot
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (+19.05%)
Mutual labels:  twitter-bot
TraceElements
Tracery grammars for building creative Twitterbots. Contains generative grammars for story-telling, metaphor generation, ironic put-downs, Trumpisms, short poems, etc.
Stars: ✭ 31 (+47.62%)
Mutual labels:  twitter-bot

FSharpDataBot

Twitter robot that outputs Graphs and Statistics from the World Bank Data

Travis FsharpDataBot Log

Usage

This bot is listening for any mention to the @fsharp_data_bot on Twitter. To get a response from it, just send it a message in the format

@fsharp_data_bot COUNTRIES INDICATORS START_YEAR END_YEAR

PARAM Description
COUNTRIES Any list of country names (no spaces) or their two or three ISO codes. Ex: BR, USA, Italy
INDICATORS Any of the indicators listed bellow
START_YEAR Four digit year. Ex.: 1997, 2008
END_YEAR Four digit year. Ex.: 1997, 2008

Examples:

To plot the GDP from 2010 to 2020 for Brazil, Italy and the United States do:

@fsharp_data_bot brazil italy usa gdp 2010 2020

Example Reply

World Bank Indicators

These indicators fetch data from the World Bank Open Data API:

Indicator Description
gdp Gross Domestic Product in USD
gdp/capita Gross Domestic Product per Capita in USD
gdp/growth Gross Domestic Product annual growth %
literacy Literacy rate, youth total (% of people ages 15-24)
literacy/young Same as above
literacy/adult Literacy rate, adult total (% of people ages 15 and above)
employment Employment to population ratio, 15+, total (%) (national estimate)
unemployment Unemployment, total (% of total labor force) (modeled ILO estimate)
electricity-access Access to electricity (% of population)
exchange-rate/usd Official exchange rate (LCU per US$, period average)
poverty-gap Poverty headcount ratio at national poverty lines (% of population)
stock-market Stocks traded, total value (current US$)
external-balance External balance on goods and services (current US$)

Covid19Api Indicators

Indicators using the Covid19 Api:

Indicator Description
covid Coronavirus confirmed cases, recoveries and deaths since day 1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].