{"id":22509562,"url":"https://github.com/tynab/loginside-fyan-bot","last_synced_at":"2025-08-03T13:31:27.372Z","repository":{"id":62699294,"uuid":"556322152","full_name":"Tynab/Loginside-FYAN-Bot","owner":"Tynab","description":"FPT Retail Inside Autobot YAN","archived":false,"fork":false,"pushed_at":"2024-02-21T19:25:30.000Z","size":3157,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-02T08:59:02.332Z","etag":null,"topics":["autobot","boot","bot","cs","csharp","fpt","fpt-retail","fpt-retail-inside","fpt-shop","frt","fyan","net","net-framework","service","startup","window-server","windows-application","windows-forms","winforms","yan"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/Tynab.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"tynab","patreon":"yamiannephilim","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"paypal.me/yamiannephilim"}},"created_at":"2022-10-23T15:36:43.000Z","updated_at":"2024-02-13T04:18:39.000Z","dependencies_parsed_at":"2024-02-13T05:24:41.625Z","dependency_job_id":"0b9f3315-53ab-413f-98d9-3d68ecf7cc32","html_url":"https://github.com/Tynab/Loginside-FYAN-Bot","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FLoginside-FYAN-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FLoginside-FYAN-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FLoginside-FYAN-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FLoginside-FYAN-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tynab","download_url":"https://codeload.github.com/Tynab/Loginside-FYAN-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548532,"owners_count":17935221,"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":["autobot","boot","bot","cs","csharp","fpt","fpt-retail","fpt-retail-inside","fpt-shop","frt","fyan","net","net-framework","service","startup","window-server","windows-application","windows-forms","winforms","yan"],"created_at":"2024-12-07T01:29:36.643Z","updated_at":"2024-12-07T01:29:37.233Z","avatar_url":"https://github.com/Tynab.png","language":"C#","funding_links":["https://github.com/sponsors/tynab","https://patreon.com/yamiannephilim","paypal.me/yamiannephilim"],"categories":[],"sub_categories":[],"readme":"# FYAN BOT LOGINSIDE\n- Run automatically at startup in Windows\n- Bypass user password logon Windows\n- Auto get OTP with the Secret Key set on GUI\n- Auto login page inside of FPT Retail with the account set on GUI (Chrome, FireFox, Edge, IE, Brave)\n- Checkin at the set time on GUI\n- Checkout at the set time on GUI\n- Auto change password bypass rule inside\n- Auto update new version\n\n## AVATAR\n\u003cp align='center'\u003e\n\u003cimg src='pic/13.png'\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n## IMAGE DEMO\n\u003cp align='center'\u003e\n\u003cimg src='pic/0.jpg'\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n## CODE DEMO\n```c#\nusing AnimatorNS;\nusing System.Windows.Forms;\n\n/// \u003csummary\u003e\n/// Show animation async.\n/// \u003c/summary\u003e\n/// \u003cparam name=\"type\"\u003eEffect type.\u003c/param\u003e\n/// \u003cparam name=\"spd\"\u003eFrame per milisecond.\u003c/param\u003e\ninternal static void ShowAnimatAsync(this Control ctrl, AnimationType type, float spd)\n{\n\tvar animat = new Animator\n\t{\n\t\tTimeStep = spd,\n\t\tAnimationType = type\n\t};\n\tanimat.Show(ctrl);\n}\n\n/// \u003csummary\u003e\n/// Hide animation async.\n/// \u003c/summary\u003e\n/// \u003cparam name=\"type\"\u003eEffect type.\u003c/param\u003e\n/// \u003cparam name=\"spd\"\u003eFrame per milisecond.\u003c/param\u003e\ninternal static void HideAnimatAsync(this Control ctrl, AnimationType type, float spd)\n{\n\tvar animat = new Animator\n\t{\n\t\tTimeStep = spd,\n\t\tAnimationType = type\n\t};\n\tanimat.Hide(ctrl);\n}\n```\n\n### PACKAGE\n\u003c/div\u003e\n\u003cimg src='pic/9.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- AngleSharp » 1.0.1\n\n\u003cimg src='pic/4.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Animator » 1.0.3\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Microsoft.Win32.Registry » 5.0.0\n\n\u003c/div\u003e\n\u003cimg src='pic/5.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Otp.NET » 1.3.0\n\n\u003c/div\u003e\n\u003cimg src='pic/6.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Selenium.WebDriver » 4.9.1\n\n\u003c/div\u003e\n\u003cimg src='pic/7.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Selenium.WebDriver.ChromeDriver » 113.0.5672.6300\n\n\u003c/div\u003e\n\u003cimg src='pic/2.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Selenium.WebDriver.GeckoDriver » 0.33.0\n\n\u003c/div\u003e\n\u003cimg src='pic/3.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Selenium.WebDriver.IEDriver » 4.8.1\n\n\u003c/div\u003e\n\u003cimg src='pic/12.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Serilog » 2.12.0\n\n\u003c/div\u003e\n\u003cimg src='pic/11.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Serilog.Sinks.File » 5.0.0\n\n\u003c/div\u003e\n\u003cimg src='pic/10.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- SharpZipLib » 1.4.2\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Buffers » 4.5.1\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Memory » 4.5.5\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Numerics.Vectors » 4.5.0\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Runtime.CompilerServices.Unsafe » 6.0.0\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Security.AccessControl » 6.0.0\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Security.Principal.Windows » 5.0.0\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Text.Encoding.CodePages » 7.0.0\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.Threading.Tasks.Extensions » 4.5.4\n\n\u003c/div\u003e\n\u003cimg src='pic/8.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- System.ValueTuple » 4.5.0\n\n\u003c/div\u003e\n\u003cimg src='pic/1.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- Tynab.YANF » 1.0.1\n\n\u003c/div\u003e\n\u003cimg src='pic/4.png' align='left' width='3%' height='3%'\u003e\u003c/img\u003e\n\u003cdiv style='display:flex;'\u003e\n\n- WebDriverManager » 2.16.2\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynab%2Floginside-fyan-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftynab%2Floginside-fyan-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynab%2Floginside-fyan-bot/lists"}