Skip to content

Alpiyidir/warthunder_squadron_stat_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Warthunder Squadron Statistics Tracker

A Python program that consists of a web-scraping element a discord bot. The web-scraping part scrapes War Thunder players’ points from a website using beautifulsoup4. It uses this scraped data from the website to create a backlog of player points to allow for the viewing and tracking of points over time. This is possible because each point entry added to the locally hosted sqlite3 database includes a timestamp in unix time. This data can then be displayed in a discord server via a bot written using the nextcord library. The discord bot includes advanced viewing functionality that allows for the viewing of point updates between two given dates in time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages