Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alix-tz/datavizBot

TwitterBot project generating random data visualisation out of predefined datasets.
https://github.com/alix-tz/datavizBot

bot data-visualization data-viz matplotlib random twitter

Last synced: about 2 months ago
JSON representation

TwitterBot project generating random data visualisation out of predefined datasets.

Awesome Lists containing this project

README

        

**This is a personnal project, please quote this repository if reusing the code.**

## What does this do ?
This project generates random data visualizations, out of a series of prepared data sets, and tweets them on the [@datavizBot](https://twitter.com/datavizBot) Twitter account with a legend and several tags matching the content of the image.

## Recommendations :
- Installing `plotly` and `tweepy` in the environment is necessary for the script to run. See `requirements.txt`.
- To access `.csv` files, see [datavizBot_collectingdata repository](https://github.com/alix-tz/datavizBot_collectingdata)