Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
TwitterBot project generating random data visualisation out of predefined datasets.
- Host: GitHub
- URL: https://github.com/alix-tz/datavizBot
- Owner: alix-tz
- Created: 2018-05-28T21:18:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T13:44:07.000Z (over 6 years ago)
- Last Synced: 2024-08-07T17:30:59.692Z (6 months ago)
- Topics: bot, data-visualization, data-viz, matplotlib, random, twitter
- Language: Python
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)