Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/aime-tweets
Collect Bruno Latour's tweet for display on ModesOfExistence.org
https://github.com/medialab/aime-tweets
Last synced: 5 days ago
JSON representation
Collect Bruno Latour's tweet for display on ModesOfExistence.org
- Host: GitHub
- URL: https://github.com/medialab/aime-tweets
- Owner: medialab
- Created: 2019-08-06T14:29:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T14:56:25.000Z (over 5 years ago)
- Last Synced: 2024-08-02T12:46:50.158Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - medialab/aime-tweets - Collect Bruno Latour's tweet for display on ModesOfExistence.org (others)
README
# AIME Tweets
Collect latest tweets related to Bruno Latour and ModesOfExistence.org for display on the website.
## Install
Clone this repository, then create a Python2.7 virtualenv, for instance using [pyenv](https://github.com/pyenv/pyenv-installer):
```
git clone --recursive https://github.com/medialab/aime-tweets
cd aime-tweets
pyenv install 2.7.15
pyenv virtualenv 2.7.15 aime-tweets
pyenv activate aime-tweets
pip install -r got/requirements.txt
```## Run
Using the virtualenv:
```
./collect_tweets.py
```