My spider not working

actually i got some error while executing my first spider

errors are : - 2021-07-18 16:13:35 [scrapy.utils.log] INFO: Scrapy 2.5.0 started (bot: my_first_project)
2021-07-18 16:13:35 [scrapy.utils.log] INFO: Versions: lxml 4.6.2.0, libxml2 2.9.5, cssselect 1.1.0, parsel 1.6.0, w3lib 1.22.0, Twisted 21.2.0, Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)], pyOpenSSL 20.0.1 (OpenSSL 1.1.1k 25 Mar 2021), cryptography 3.4.7, Platform Windows-10-10.0.19041-SP0
2021-07-18 16:13:35 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.selectreactor.SelectReactor
Traceback (most recent call last):
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\spiderloader.py”, line 75, in load
return self._spiders[spider_name]
KeyError: ‘spyder’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\runpy.py”, line
193, in _run_module_as_main
return _run_code(code, main_globals, None,
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\runpy.py”, line
86, in run_code
exec(code, run_globals)
File "C:\Users\abhin\AppData\Local\Programs\Python\Python38-32\Scripts\scrapy.exe_main
.py", line 7, in
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\cmdline.py”, line 145, in execute
_run_print_help(parser, _run_command, cmd, args, opts)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\cmdline.py”, line 100, in _run_print_help
func(*a, **kw)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\cmdline.py”, line 153, in _run_command
cmd.run(args, opts)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\commands\crawl.py”, line 22, in run
crawl_defer = self.crawler_process.crawl(spname, **opts.spargs)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\crawler.py”, line 191, in crawl
crawler = self.create_crawler(crawler_or_spidercls)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\crawler.py”, line 224, in create_crawler
return self._create_crawler(crawler_or_spidercls)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\crawler.py”, line 228, in _create_crawler
spidercls = self.spider_loader.load(spidercls)
File “c:\users\abhin\appdata\local\programs\python\python38-32\lib\site-packages\scrapy\spiderloader.py”, line 77, in load
raise KeyError(f"Spider not found: {spider_name}")
KeyError: ‘Spider not found: spyder’

plsss help

hey buddy,

name couldn’t be found , check what name have you given to your spider.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.