Skip to content
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

Merged
merged 5 commits into from
Jul 8, 2024
Merged

docs: add crawlee python launch blog #2567

merged 5 commits into from
Jul 8, 2024

Conversation

souravjain540
Copy link
Collaborator

added launch blog for crawlee python

@souravjain540 souravjain540 requested a review from B4nan July 5, 2024 09:37
@B4nan
Copy link
Member

B4nan commented Jul 5, 2024

I guess we'll keep merging this for monday/tuesday?

@souravjain540
Copy link
Collaborator Author

I guess we'll keep merging this for monday/tuesday?

yep for tuesday morning or Monday evening

Copy link
Member

@B4nan B4nan left a 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'
Copy link
Member

@B4nan B4nan Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

image

i would personally keep just the Announcing Crawlee for Python and put the second part into the content

Comment on lines +13 to +15
:::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)
:::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:::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

image


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.
Copy link
Member

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.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.**

@souravjain540
Copy link
Collaborator Author

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

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 :)

@B4nan
Copy link
Member

B4nan commented Jul 8, 2024

Ok then, I still don't like the red color there very much, but if this was already agreed on, let it be.

@B4nan
Copy link
Member

B4nan commented Jul 8, 2024

The very same quote is there twice, that also feels pretty weird.

image

@souravjain540
Copy link
Collaborator Author

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)?

@B4nan
Copy link
Member

B4nan commented Jul 8, 2024

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)

image

@souravjain540
Copy link
Collaborator Author

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)

image

yep that's why I used the red one, yeah blue looks good too, please go ahead.

@B4nan
Copy link
Member

B4nan commented Jul 8, 2024

Merging as draft, will publish it as part of #2573.

I can also adjust the quotes to be blue as in apify docs there.

@B4nan B4nan merged commit 1404b49 into master Jul 8, 2024
9 checks passed
@B4nan B4nan deleted the blog-crawlee-python branch July 8, 2024 18:42
B4nan added a commit that referenced this pull request Jul 9, 2024
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">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants