https://github.com/chomelc/lookup
A twitter bot that publishes daily near earth objects informations. ☄️
https://github.com/chomelc/lookup
docker nasa-api python twitter-bot
Last synced: 5 months ago
JSON representation
A twitter bot that publishes daily near earth objects informations. ☄️
- Host: GitHub
- URL: https://github.com/chomelc/lookup
- Owner: chomelc
- License: mit
- Created: 2022-05-28T14:53:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T17:17:26.000Z (over 3 years ago)
- Last Synced: 2025-04-20T21:35:43.791Z (over 1 year ago)
- Topics: docker, nasa-api, python, twitter-bot
- Language: Python
- Homepage: https://twitter.com/lookupbot
- Size: 248 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Look Up
[](https://twitter.com/lookupbot)
:art: _Comet Icon designed by [BZZRINCANTATION](https://www.flaticon.com/authors/bzzrincantation)._
## :hammer: Tools
- [NASA API](https://api.nasa.gov/) for the data ;
- [Twitter Developer Platform](https://developer.twitter.com/en) for the Twitter bot.
## :bookmark_tabs: Dependencies
- [Python 3](https://www.python.org/downloads/)
- [python-dotenv](https://pypi.org/project/python-dotenv/)
- [Tweepy](https://www.tweepy.org/)
- [Pillow](https://pillow.readthedocs.io/en/stable/)
Install all the dependencies locally with:
```bash
pip3 install -r requirements.txt
```
## :gear: Launching the application locally
Launch the application with:
```bash
python3 lookup.py
```
---
_Do :star: the repository if you find the project interesting, that would make my day._
