Welcome to the
Crawlee Help Forum! Here, you can ask questions about developing with Crawlee, share code snippets, and engage with or help other community members :crawlee:
In order to keep things organized, we recommend attaching a tag to your posts to help others understand what it is about!
For now, we are currently testing out the new Discord forums feature. Depending on how it goes, the channel will be migrated entirely to a forum channel.
IF YOU ARE POSTING CODE SNIPPETS:Please format your code accordingly! You can use single back-ticks to format small lines of code such as variables or method calls, and three back-ticks to format a large chunk of code!
const request = 'Please format your code snippets'
const foo = async () => {
const baz = await bar();
if (baz) return 'fizz';
return 'fuzz'
};
You can also specify the language the code it is for some syntax highlighting:
const foo = async () => {
const baz = await bar();
if (baz) return 'fizz';
return 'fuzz'
};
See examples in the image below.