Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions templates/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,6 @@
"showcaseFiles": ["src/main.py", "src/__main__.py"],
"useCases": ["STARTER", "WEB_SCRAPING"]
},
{
"id": "python-beautifulsoup",
"name": "python-beautifulsoup",
"label": "BeautifulSoup",
"category": "python",
"technologies": ["beautifulsoup", "httpx"],
"description": "Example of a web scraper that uses Python HTTPX to scrape HTML from URLs provided on input, parses it using BeautifulSoup and saves results to storage.",
"messages": {
"postCreate": "To install additional Python packages, you need to activate the virtual environment in the \".venv\" folder in the actor directory."
},
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/python-beautifulsoup.zip?raw=true",
"defaultRunOptions": {
"build": "latest",
"memoryMbytes": 1024,
"timeoutSecs": 3600
},
"showcaseFiles": ["src/main.py", "src/__main__.py"],
"useCases": ["WEB_SCRAPING"]
},
{
"id": "python-playwright",
"name": "python-playwright",
"label": "Playwright + Chrome",
"category": "python",
"technologies": ["playwright", "chrome"],
"description": "Crawler example that uses headless Chrome driven by Playwright to scrape a website. Headless browsers render JavaScript and can help when getting blocked.",
"messages": {
"postCreate": "To run this actor, you need to have Playwright's browsers installed.\nTo do so, activate the virtual environment in the \".venv\" folder in the actor directory, and run \"playwright install --with-deps\".\nTo install additional Python packages, you need also need to activate the virtual environment in the \".venv\" folder in the actor directory.\n"
},
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/python-playwright.zip?raw=true",
"defaultRunOptions": {
"build": "latest",
"memoryMbytes": 4096,
"timeoutSecs": 3600
},
"showcaseFiles": ["src/main.py", "src/__main__.py"],
"useCases": ["WEB_SCRAPING"]
},
{
"id": "python-selenium",
"name": "python-selenium",
Expand Down