Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidgupta234/xkcd-comic-fetcher
Who doesn't love Xkcd comics? They are the most relatable and quirky comics I have come across wrt programming and linguistics. While there are 2500+ of them, won't it be nice to fetch a comic relevant to a scenario and share it with friends? That is exactly what I came up with.
https://github.com/sidgupta234/xkcd-comic-fetcher
heroku pandas python streamlit
Last synced: about 1 month ago
JSON representation
Who doesn't love Xkcd comics? They are the most relatable and quirky comics I have come across wrt programming and linguistics. While there are 2500+ of them, won't it be nice to fetch a comic relevant to a scenario and share it with friends? That is exactly what I came up with.
- Host: GitHub
- URL: https://github.com/sidgupta234/xkcd-comic-fetcher
- Owner: sidgupta234
- License: mit
- Created: 2021-11-01T11:15:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T01:11:37.000Z (about 2 years ago)
- Last Synced: 2023-03-02T11:33:26.666Z (almost 2 years ago)
- Topics: heroku, pandas, python, streamlit
- Language: Python
- Homepage: https://xkcd-fetcher.herokuapp.com/
- Size: 708 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XKCD Comic Fetcher
## Introduction
Who doesn't love Xkcd comics? They are the most relatable and quirky comics I have come across wrt programming and linguistics. While there are 2500+ of them, won't it be nice to fetch a comic relevant to a scenario and share it with friends? That is exactly what I came up with.Give a keyword, and get the xkcd comic in response. Hope you like it as much as I enjoyed making it!
Live app: [xkcd-fetcher.herokuapp.com](https://xkcd-fetcher.herokuapp.com)
![alt text for screen readers](https://i.ibb.co/zfb8qcf/16055772-91aa521c678c14c585cbae8979208400.png "Picture of xkcd comic")
## Further details
Dataset used: [xkcd Comic Dataset](https://www.kaggle.com/ashkave/xkcd-comic-data)Libraries used: Pandas, Streamlit
## Run Locally
1. Fork this repository, (star it as well puhleeez)!
2. Clone a local copy for your system
3. Install required libraries using `requirements.txt` file
4. Run locally in your system using `streamlit run app.py`## For doubts, queries, suggestions
Ping [Siddharth](https://www.languageof.me) on [Twitter](https://www.twitter.com/sidgupta234), [Linkedin](https://www.linkedin.com/in/sidgupta234), or simply write an [e-mail](mailto:[email protected]).For suggestions, improvements you can also just raise an issue or request a pull request!
All image rights reserved to the very awesome xkcd
under Attribution-NonCommercial 2.5 License.
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fsidgupta234%2Fxkcd-comic-fetcher%2F&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)