-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add crawlee python launch blog #2567
Conversation
I guess we'll keep merging this for monday/tuesday? |
yep for tuesday morning or Monday evening |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few notes from my end, the main takeaway is that i would always refer to the project as Crawlee for Python
instead of Crawlee Python
, that one is present multiple times in here
@@ -0,0 +1,135 @@ | |||
--- | |||
slug: launching-crawlee-python | |||
title: 'Announcing Crawlee Python: Now you can use Python to build reliable web crawlers' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'Announcing Crawlee Python: Now you can use Python to build reliable web crawlers' | |
title: 'Announcing Crawlee for Python: Now you can use Python to build reliable web crawlers' |
also the title is huge, it doesn't look very nice
i would personally keep just the Announcing Crawlee for Python
and put the second part into the content
:::danger Testimonial from early adopters | ||
Crawlee for Python development team did a great job in building the product, it makes things faster for a Python developer. - [Maksym Bohomolov](https://apify.com/mantisus) | ||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:::danger Testimonial from early adopters | |
Crawlee for Python development team did a great job in building the product, it makes things faster for a Python developer. - [Maksym Bohomolov](https://apify.com/mantisus) | |
::: | |
:::danger Testimonial from early adopters | |
Crawlee for Python development team did a great job in building the product, it makes things faster for a Python developer. - [Maksym Bohomolov](https://apify.com/mantisus) | |
::: |
also i am not entirely sure this should be the very first thing we put right after the heading, thoughts @netmilk @mnmkng?
also the danger
type feels a bit weird but i guess that's ok
|
||
Today, [Crawlee built-in TypeScript](https://github.com/apify/crawlee) has nearly **13,000 stars on GitHub**, with 90 open-source contributors worldwide building the best web scraping and automation library. | ||
|
||
Since the launch, the feedback we’ve received most often [[1]](https://discord.com/channels/801163717915574323/999250964554981446/1138826582581059585)[[2]](https://discord.com/channels/801163717915574323/801163719198638092/1137702376267059290)[[3]](https://discord.com/channels/801163717915574323/1090592836044476426/1103977818221719584) has been to build Crawlee in Python so that the Python community can use all the features the JavaScript community does. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont think its the most common feedback, but i guess its fine to say this here :]
|
||
Since the launch, the feedback we’ve received most often [[1]](https://discord.com/channels/801163717915574323/999250964554981446/1138826582581059585)[[2]](https://discord.com/channels/801163717915574323/801163719198638092/1137702376267059290)[[3]](https://discord.com/channels/801163717915574323/1090592836044476426/1103977818221719584) has been to build Crawlee in Python so that the Python community can use all the features the JavaScript community does. | ||
|
||
With all these requests in mind and to simplify the life of Python web scraping developers, **we’re launching [Crawlee Python](https://github.com/apify/crawlee-python) today.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With all these requests in mind and to simplify the life of Python web scraping developers, **we’re launching [Crawlee Python](https://github.com/apify/crawlee-python) today.** | |
With all these requests in mind and to simplify the life of Python web scraping developers, **we’re launching [Crawlee for Python](https://github.com/apify/crawlee-python) today.** |
hey @B4nan all of these are mostly SEO changes, you can see here will change Crawlee Python to Crawlee for Python. Else please lmk wdyt after reading Theo comment :) |
Ok then, I still don't like the red color there very much, but if this was already agreed on, let it be. |
the red color was not agreed upon; I was finding a way to add a quote; can we change it to a tip(the green one)? |
https://docusaurus.io/docs/markdown-features/admonitions or if you want a quote, just use https://docusaurus.io/docs/markdown-features#quotes but quotes are not visually distinguished much. i could make them look the same as adminotions, we do that in apify docs (the blue one is a quote) |
yep that's why I used the red one, yeah blue looks good too, please go ahead. |
Merging as draft, will publish it as part of #2573. I can also adjust the quotes to be blue as in apify docs there. |
This mentions https://github.com/apify/crawlee-python in the announcement bar and the top of the homepage, as well as adds a dropdown to the navbar to allow switching versions. All the links except navbar go to the blog post from #2567 so that one should be merged first. <img width="1630" alt="image" src="https://github.com/apify/crawlee/assets/615580/01c1c218-817c-47ff-98f1-4e1e97266feb">
added launch blog for crawlee python