package
0.0.0-20241125131723-7c66e501eec6
Repository: https://github.com/bl4omarchie/eprint-db.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
This function allows you to download papers for each year you want (ie: 2024, 2023)
Algorithm :
1- Launch a new goroutine with GetPaperData
2- Retrieve data such as : authors, category, document extension, document download link
3- Download the PDF
4- Store the binary with the retrieved data into the database
*/.
No description provided by the author
Retrieve data such as Category and title.
Download the pdf from the given url.
No description provided by the author
Loading the application consist of :
1- Create the alert channel
2- Get statistics from ePrint website
3- Connection to database
4- Initiate the user input buffer
*/.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author