An open API service indexing awesome lists of open source software.

https://github.com/tynab/loginside-fyan-bot

FPT Retail Inside Autobot YAN
https://github.com/tynab/loginside-fyan-bot

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

Last synced: 5 months ago
JSON representation

FPT Retail Inside Autobot YAN

Awesome Lists containing this project

README

          

# FYAN BOT LOGINSIDE
- Run automatically at startup in Windows
- Bypass user password logon Windows
- Auto get OTP with the Secret Key set on GUI
- Auto login page inside of FPT Retail with the account set on GUI (Chrome, FireFox, Edge, IE, Brave)
- Checkin at the set time on GUI
- Checkout at the set time on GUI
- Auto change password bypass rule inside
- Auto update new version

## AVATAR



## IMAGE DEMO



## CODE DEMO
```c#
using AnimatorNS;
using System.Windows.Forms;

///
/// Show animation async.
///
/// Effect type.
/// Frame per milisecond.
internal static void ShowAnimatAsync(this Control ctrl, AnimationType type, float spd)
{
var animat = new Animator
{
TimeStep = spd,
AnimationType = type
};
animat.Show(ctrl);
}

///
/// Hide animation async.
///
/// Effect type.
/// Frame per milisecond.
internal static void HideAnimatAsync(this Control ctrl, AnimationType type, float spd)
{
var animat = new Animator
{
TimeStep = spd,
AnimationType = type
};
animat.Hide(ctrl);
}
```

### PACKAGE


- AngleSharp » 1.0.1


- Animator » 1.0.3



- Microsoft.Win32.Registry » 5.0.0



- Otp.NET » 1.3.0



- Selenium.WebDriver » 4.9.1



- Selenium.WebDriver.ChromeDriver » 113.0.5672.6300



- Selenium.WebDriver.GeckoDriver » 0.33.0



- Selenium.WebDriver.IEDriver » 4.8.1



- Serilog » 2.12.0



- Serilog.Sinks.File » 5.0.0



- SharpZipLib » 1.4.2



- System.Buffers » 4.5.1



- System.Memory » 4.5.5



- System.Numerics.Vectors » 4.5.0



- System.Runtime.CompilerServices.Unsafe » 6.0.0



- System.Security.AccessControl » 6.0.0



- System.Security.Principal.Windows » 5.0.0



- System.Text.Encoding.CodePages » 7.0.0



- System.Threading.Tasks.Extensions » 4.5.4



- System.ValueTuple » 4.5.0



- Tynab.YANF » 1.0.1



- WebDriverManager » 2.16.2