{"id":16810690,"url":"https://github.com/eldy/awbot","last_synced_at":"2025-04-11T01:40:35.558Z","repository":{"id":36413820,"uuid":"40718773","full_name":"eldy/AWBot","owner":"eldy","description":"AWBot project","archived":false,"fork":false,"pushed_at":"2021-05-26T21:40:43.000Z","size":197,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-03-24T22:51:12.483Z","etag":null,"topics":["bot","test-automation","testing-tools","web"],"latest_commit_sha":null,"homepage":"http://awbot.sourceforge.net/","language":"Perl","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/eldy.png","metadata":{"files":{"readme":"README.TXT","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"eldy","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-08-14T14:20:54.000Z","updated_at":"2022-08-30T09:55:51.000Z","dependencies_parsed_at":"2022-09-09T22:51:48.905Z","dependency_job_id":null,"html_url":"https://github.com/eldy/AWBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldy%2FAWBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldy%2FAWBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldy%2FAWBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldy%2FAWBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldy","download_url":"https://codeload.github.com/eldy/AWBot/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248327236,"owners_count":21085207,"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":["bot","test-automation","testing-tools","web"],"created_at":"2024-10-13T10:16:25.049Z","updated_at":"2025-04-11T01:40:35.542Z","avatar_url":"https://github.com/eldy.png","language":"Perl","funding_links":["https://github.com/sponsors/eldy"],"categories":[],"sub_categories":[],"readme":"\n------------- AWBot --------------\n         Advanced Web Bot\n----------------------------------\n\nAdvanced Web Bot (AWBot) is an easy tool to emulate a visitor activity on a\nweb server. It allows you to prepare some \"configuration\" of test (list of\nactions to do before and after a test, list of URLs to test with the\nexpected or unexpected result). You can use then this configuration files\nfor several major goals:\n- Test a change in your web server (development, new web server version...)\nto be sure that all your site is still working\n- Found broken links\n- Make benchmarks and/or found the maximum number of users your site can\nsupport\n- etc...\n\nLicense: GNU GPL (GNU General Public License. See LICENSE file)\nVersion : 1.1\nRelease date: October 2005\nPlatforms: All (Linux, BSD, Solaris and other *NIX's, NT, BeOS, OS/2...)\nAuthor: Laurent Destailleur \u003celdy@users.sourceforge.net\u003e\nAWBot official web site and latest version: http://awbot.sourceforge.net\n\nI   - Features and requirements of AWBot\n\t  I - 1) Features, what AWBot can do\n\t  I - 2) Requirements for using AWBot\n\t  I - 3) Files\nII  - How to use AWBot\nIII - About the author, license and support\n\n\n\nI - FEATURES AND REQUIREMENTS\n------------------------------------\n\nI - 1) Features\n\n\t* Support sites requiring Basic HTTP authentication.\n\t* Support HTTPS web sites.\n\t* Can make different pre-post tasks before-after a test (external script, SQL commands...).\n\t* Can check each HTML page resulting of HTTP requests to verify if contents contains/does not contains particular keywords or to extract values.\n\t* URL or params to use in test can be dynamically defined (using values catched from previous page).\n\t* A multi-session test launcher to run several simultaneous tests for load benchmarking.\n\t* Report errors, response time for each page and average response time.\n\t* A lot of other feature to match your test needs.\n\t* Absolutely free with sources (GNU General Public License)\n\t* AWBot has a XML Portable Application Description.\n\n\nI - 2) Requirements\n\n\tTo use AWBot, you need the following requirements:\n\t* Your operating system must be able to run perl scripts (.pl files).\n\t  If not, you can solve this by downloading last Perl version at:\n\t  http://www.activestate.com/ActivePerl/ (Win32)\n\t  http://www.perl.com/pub/language/info/software.html (Unix/Linux/Other)\n\t* The following perl modules must also be installed:\n\t  Time::HiRes\n\t  \n\nI - 3) Files\n\n\tThe distribution of AWBot package includes the following files:\n\tREADME.TXT                          This file\n\tdocs/LICENSE                        GNU General Public Licence\n\tdocs/*                              AWBot documentation (setup/usage...)\n\tbin/awbot.pl                        AWBot main script\n\tbin/awbotlauncher.pl                AWBot launcher to launch several\n\t                                    simultaneous sessions\n\tbin/awbot.test.conf                 An example of AWBot test/config file\n\n\n\nII - HOW TO INSTALL AND USE AWBOT\n---------------------------------\n\nThe documentation available as of the date of this release is included, in\nHTML format, in the docs/ directory.\nYou can find a most up-to-date documentation on:\nhttp://awbot.sourceforge.net\n\n\n\nIII - ABOUT THE AUTHOR, LICENSE AND SUPPORT\n-------------------------------------------\nCopyright (C) 2000-2005 - Laurent Destailleur - eldy@users.sourceforge.net\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nversion 2 as published by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details, in COPYING.TXT file.\n\nIf you have not received a copy of this file along with this program, write to\nthe Free Software Foundation, Inc.,\n59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldy%2Fawbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldy%2Fawbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldy%2Fawbot/lists"}