{"id":27198498,"url":"https://github.com/bitwise-01/atomic","last_synced_at":"2025-08-01T19:32:52.152Z","repository":{"id":111674122,"uuid":"132985050","full_name":"Bitwise-01/Atomic","owner":"Bitwise-01","description":"A proxy framework","archived":false,"fork":false,"pushed_at":"2018-05-11T03:36:14.000Z","size":7,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:48:05.268Z","etag":null,"topics":["framework","proxy"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bitwise-01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2018-05-11T03:35:04.000Z","updated_at":"2022-10-25T16:08:59.000Z","dependencies_parsed_at":"2023-04-18T10:46:52.824Z","dependency_job_id":null,"html_url":"https://github.com/Bitwise-01/Atomic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bitwise-01/Atomic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitwise-01%2FAtomic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitwise-01%2FAtomic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitwise-01%2FAtomic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitwise-01%2FAtomic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bitwise-01","download_url":"https://codeload.github.com/Bitwise-01/Atomic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitwise-01%2FAtomic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268286518,"owners_count":24226048,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["framework","proxy"],"created_at":"2025-04-09T20:40:45.539Z","updated_at":"2025-08-01T19:32:51.982Z","avatar_url":"https://github.com/Bitwise-01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atomic\r\nA proxy framework\r\n\r\n### Defaults\r\n- **size:** *50*\r\n- **threads:** *50*\r\n- **minSpeed:** *50*\r\n- **protocol:** *http*\r\n\r\n### Limits\r\n- **size:** *None*\r\n- **threads:** *50*\r\n- **minSpeed:** *None*\r\n- **protocol:** *http, socks4, socks5*\r\n\r\n### Paramerless atomic object\r\n```python\r\nfrom atom import Atom\r\n\r\nsize = 20 # 50 is the default for the maximum size \r\natom = Atom()\r\n\r\natom.start() # start collecting proxies\r\n\r\nwhile atom.size \u003c size: # wait for all proxies\r\n try:pass\r\n except KeyboardInterrupt:break\r\n\r\natom.stop() # stop collecting proxies\r\n\r\n# display \r\nwhile atom.size:\r\n proxy = atom.proxy\r\n num = (size - atom.size)\r\n print ('[{}]: {}'.format(num, proxy))\r\n```\r\n\r\n### Parameters\r\n```python\r\nfrom atom import Atom\r\n\r\n# electron shells\r\nsize = 80 # the maximum amount of proxies to collect\r\n\r\n# minimal orbital speed of each electron\r\nminSpeed = 50 # the minSpeed of each proxies\r\n\r\natom = Atom(size=size, minSpeed=minSpeed)\r\n\r\n# start ionization process \r\natom.start() # start collecting proxies\r\n\r\n# wait for the atom to ionize\r\nwhile atom.size \u003c size: # wait for all proxies\r\n try:pass\r\n except KeyboardInterrupt:break\r\n\r\n# stop ionization process\r\natom.stop() # stop collecting proxies\r\n\r\n# start fission process \r\nwhile atom.size:\r\n proxy = atom.proxy\r\n num = (size - atom.size)\r\n print ('[{}]: {}'.format(num, proxy))\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwise-01%2Fatomic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitwise-01%2Fatomic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwise-01%2Fatomic/lists"}