SYMBOL INDEX (80 symbols across 9 files) FILE: main.py function Crawl_PagePosts (line 21) | def Crawl_PagePosts(pageurl, until_date='2018-01-01', cursor=''): function Crawl_GroupPosts (line 79) | def Crawl_GroupPosts(pageurl, until_date='2022-01-01'): function Crawl_RelatedPages (line 84) | def Crawl_RelatedPages(seedpages, rounds): function Crawl_PageInfo (line 116) | def Crawl_PageInfo(pagenum, pageurl): FILE: paser.py function _parse_edgelist (line 12) | def _parse_edgelist(resp): function _parse_edge (line 29) | def _parse_edge(edge): function _parse_domops (line 110) | def _parse_domops(resp): function _parse_jsmods (line 165) | def _parse_jsmods(resp): function _parse_composite_graphql (line 224) | def _parse_composite_graphql(resp): function _parse_composite_nojs (line 245) | def _parse_composite_nojs(resp): function _parse_pagetype (line 271) | def _parse_pagetype(homepage_response): function _parse_pagename (line 279) | def _parse_pagename(homepage_response): function _parse_entryPoint (line 293) | def _parse_entryPoint(homepage_response): function _parse_identifier (line 302) | def _parse_identifier(entryPoint, homepage_response): function _parse_docid (line 328) | def _parse_docid(entryPoint, homepage_response): function _parse_likes (line 356) | def _parse_likes(homepage_response, entryPoint, headers): function _parse_creation_time (line 379) | def _parse_creation_time(homepage_response, entryPoint, headers): function _parse_category (line 418) | def _parse_category(homepage_response, entryPoint, headers): function _parse_pageurl (line 465) | def _parse_pageurl(homepage_response): function _parse_relatedpages (line 471) | def _parse_relatedpages(homepage_response, entryPoint, identifier): function _parse_pageinfo (line 510) | def _parse_pageinfo(homepage_response): FILE: requester.py function _get_headers (line 7) | def _get_headers(pageurl): function _get_homepage (line 21) | def _get_homepage(pageurl, headers): function _get_pageabout (line 41) | def _get_pageabout(homepage_response, entryPoint, headers): function _get_pagetransparency (line 50) | def _get_pagetransparency(homepage_response, entryPoint, headers): function _get_posts (line 61) | def _get_posts(headers, identifier, entryPoint, docid, cursor): FILE: tests/test_facebook_crawler.py function pageurl (line 5) | def pageurl(): function until_date (line 10) | def until_date(): function test_Crawl_PagePosts (line 16) | def test_Crawl_PagePosts(pageurl, until_date): function test_Crawl_GroupPosts (line 22) | def test_Crawl_GroupPosts(pageurl, until_date): FILE: tests/test_page_parser.py function pageurl (line 7) | def pageurl(): function headers (line 12) | def headers(pageurl): function homepage_response (line 18) | def homepage_response(pageurl, headers): function entryPoint (line 24) | def entryPoint(homepage_response): function identifier (line 30) | def identifier(entryPoint, homepage_response): function docid (line 36) | def docid(entryPoint, homepage_response): function cursor (line 42) | def cursor(): function test_parse_pagetype (line 47) | def test_parse_pagetype(homepage_response): function test_parse_pagename (line 53) | def test_parse_pagename(homepage_response): function test_parse_entryPoint (line 59) | def test_parse_entryPoint(homepage_response): function test_parse_identifier (line 65) | def test_parse_identifier(entryPoint, homepage_response): function test_parse_docid (line 71) | def test_parse_docid(entryPoint, homepage_response): function test_parse_likes (line 77) | def test_parse_likes(homepage_response, entryPoint, headers): function test_parse_creation_time (line 83) | def test_parse_creation_time(homepage_response, entryPoint, headers): function test_parse_category (line 89) | def test_parse_category(homepage_response, entryPoint, headers): function test_parse_pageurl (line 95) | def test_parse_pageurl(homepage_response): FILE: tests/test_post_parser.py function pageurl (line 8) | def pageurl(): function headers (line 13) | def headers(pageurl): function homepage_response (line 19) | def homepage_response(pageurl, headers): function entryPoint (line 25) | def entryPoint(homepage_response): function identifier (line 31) | def identifier(entryPoint, homepage_response): function docid (line 37) | def docid(entryPoint, homepage_response): function cursor (line 43) | def cursor(): function posts_response (line 49) | def posts_response(headers, identifier, entryPoint, docid, cursor): function edges (line 59) | def edges(posts_response): function test_parse_edgelist (line 63) | def test_parse_edgelist(posts_response): function test_parse_edge (line 68) | def test_parse_edge(edges): function test_parse_domops (line 74) | def test_parse_domops(posts_response): function test_parse_jsmods (line 80) | def test_parse_jsmods(posts_response): function test_parse_composite_graphql (line 84) | def test_parse_composite_graphql(posts_response): function test_parse_composite_nojs (line 91) | def test_parse_composite_nojs(posts_response): FILE: tests/test_requester.py function pageurl (line 7) | def pageurl(): function headers (line 12) | def headers(pageurl): function homepage_response (line 18) | def homepage_response(pageurl, headers): function entryPoint (line 24) | def entryPoint(homepage_response): function identifier (line 30) | def identifier(entryPoint, homepage_response): function docid (line 36) | def docid(entryPoint, homepage_response): function cursor (line 42) | def cursor(): function test_get_homepage (line 47) | def test_get_homepage(pageurl, headers): function test_get_pageabout (line 54) | def test_get_pageabout(homepage_response, entryPoint, headers): function test_get_posts (line 60) | def test_get_posts(headers, identifier, entryPoint, docid, cursor): FILE: tests/test_utils.py function dataid (line 7) | def dataid(): function test_extract_pageid (line 11) | def test_extract_pageid(dataid): function test_extract_postid (line 16) | def test_extract_postid(dataid): FILE: utils.py function _connect_db (line 7) | def _connect_db(): function _extract_id (line 12) | def _extract_id(string, num): function _extract_reactions (line 23) | def _extract_reactions(reactions, reaction_type): function _init_request_vars (line 34) | def _init_request_vars(cursor=''): function _download_images (line 43) | def _download_images(link): function parse_raw_json (line 50) | def parse_raw_json(string):