How to add images to readme from Github repo?
Currently I have !Sample reviews, but this does not work locally and in Apify, but does work when reading the readme inside Github.
13 Replies
absent-sapphireOPโข3y ago
Can I see the readme file behind https://apify.com/apify/web-scraper#table-of-contents
Apify
Web Scraper ยท Apify
Crawls arbitrary websites using the Chrome browser and extracts data from pages using a provided JavaScript code. The actor supports both recursive crawling and lists of URLs and automatically manages concurrency for maximum performance. This is Apify's basic tool for web crawling and scraping.
deep-jadeโข3y ago
Better to ask this in <#801163920299393034>, but looking into it
absent-sapphireOPโข3y ago
Off course I will move it soon since it is not crawlee specific
deep-jadeโข3y ago
Link to the README: https://github.com/apify/actor-scraper/blob/master/web-scraper/README.md
GitHub
actor-scraper/README.md at master ยท apify/actor-scraper
House of Apify Scrapers. Generic scraping actors with a simple UI to handle complex web crawling and scraping use cases. - actor-scraper/README.md at master ยท apify/actor-scraper
absent-sapphireOPโข3y ago
Thanks. Unfortunately it does not work in my scenario, so I need to dig a bit deeper
deep-jadeโข3y ago
Issue might be because it resolves to a 404 page instead of an image

absent-sapphireOPโข3y ago
Exactly i think it is a permission issue
However I don't know how to fix it. I can off course just host the images myself but it would be nice to have them in the repo
deep-jadeโข3y ago
Use Imgur
absent-sapphireOPโข3y ago
yeah that could be an option. I have it running in azure now ๐
you can create github public repository to host your images
absent-sapphireOPโข3y ago
Off course ๐ the simplest solutions are often the best I will do that next time though I will need to have 2 repository for each actor ๐
or you can use only 1 repository just to host images of all your actor ๐
absent-sapphireOPโข3y ago
Yeah that is also possible