{"id":19032624,"url":"https://github.com/bitbravo/python-scrape","last_synced_at":"2026-05-03T17:30:16.371Z","repository":{"id":116771777,"uuid":"245042876","full_name":"BitBravo/python-scrape","owner":"BitBravo","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-27T08:24:48.000Z","size":10018,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T04:28:01.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitBravo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-03-05T01:38:30.000Z","updated_at":"2020-09-15T07:20:53.000Z","dependencies_parsed_at":"2023-04-07T20:01:17.254Z","dependency_job_id":null,"html_url":"https://github.com/BitBravo/python-scrape","commit_stats":null,"previous_names":["bitbravo/python-scrape"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fpython-scrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fpython-scrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fpython-scrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitBravo%2Fpython-scrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitBravo","download_url":"https://codeload.github.com/BitBravo/python-scrape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240082716,"owners_count":19745278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:29:48.218Z","updated_at":"2026-05-03T17:30:16.306Z","avatar_url":"https://github.com/BitBravo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Business Deal Scrapper\n\n### Installation\n**- Set up Pipenv on your machine**\n```\npip install pipenv\n```\n\n**- Enable virtualenv using Pipenv**\n```\npipenv shell\n```\n\n**- Install python libraries**\n```\npipenv install\n```\n\n**- AWS S3 configuration**\nSet AWS configuration in config.ini\n```\n[AWS]\nACCESS_KEY: your aws access key\nSECRET_KEY: your aws secrted key\nREGION: your aws regison\nBUCKET: S3 Bucket name\n```\n\n### How to run.\n```\n$ cd project_root\n$ python bot.py\n```\n\n### Properties\nIt will run this script twice in a week.\nTo change this schedule times, please config it in bot.py.\n\n-\u003e Tuesday 18:00\n-\u003e Friday 18:00\n\n\n\u003e ***If you want to test it quickly, please disable the Time Schedule Block and enable Quick Test blok in bot.py file.***\n\nThis is a Time Schedule Block.\n\n````\n\u003cb\u003e# Time Schdule \u003c/b\u003e\nschedule.every().tuesday.at(\"18:00\").do(main)\nschedule.every().friday.at(\"18:00\").do(main)\n\nwhile True:\n    schedule.run_pending()\n    sleep(10)\n````\n\u003cb\u003eQuick Test Block.\u003c/b\u003e\n````\n# Quick TEST\n# main()\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbravo%2Fpython-scrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbravo%2Fpython-scrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbravo%2Fpython-scrape/lists"}