FbTracker is a free Futbin price tracker (Snipe scanner) for trading in FUT Market. For every tradable card via Telegram.Bot sending notifications to chat.
- .NET 7.0 or higher
- MSSQL 2019 or higher
- Add your Proxy to appsetings.json
- Enable secret storage
dotnet user-secrets init- Add your secrets to storage (MSSQL root password, Proxy login and password, TelegramBot API
dotnet user-secrets set "Telegram:Token" "<Your API>"
dotnet user-secrets set "Proxy:Login" "<Your Proxy Login>"
dotnet user-secrets set "Proxy:Password" "<Your Proxy Password>"
dotnet user-secrets set "DbPassword" "<Your DB Password>"- Run application using CLI
dotnet runor build and run from Visual Studio
Note: Seeding data from the first running can take a long time
See the Telegram Price Cheker for example