Skip to content

FbTracker is a free Futbin price tracker (Snipe tracker) for trading in FUT Market. For every tradable card via Telegram.Bot sending notifications to chat.

Notifications You must be signed in to change notification settings

vasjen/fbtracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FbTracker

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.

Example

Requirements

  • .NET 7.0 or higher
  • MSSQL 2019 or higher

Get started

  1. Add your Proxy to appsetings.json
  2. Enable secret storage
dotnet user-secrets init
  1. 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>"
  1. Run application using CLI
dotnet run

or build and run from Visual Studio

Note: Seeding data from the first running can take a long time

Examples

See the Telegram Price Cheker for example

About

FbTracker is a free Futbin price tracker (Snipe tracker) for trading in FUT Market. For every tradable card via Telegram.Bot sending notifications to chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages