-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exploratory script for parsing astro.ph
feed
#2
base: main
Are you sure you want to change the base?
Conversation
Looks awesome! This handles tons of the arXiv side of things now 😄 One thought I have before going further is about Python tooling - probably easier to do now than later.
For consistency with the other repos & making it easier, you could try using uv. It generates platform-independent lockfiles & updates the pyproject.toml dependencies automatically, too. Would be as simple as:
You can then do |
Great! Yeah should get this working with |
Current output and formatting - here using a reduced character limit of 150 to show truncation happening (much rarer at 300 chars) output
|
do we want abstract or pdf links? |
I can think of three benefits of arXiv links over the pdf:
|
pdf url => abs url, and strip unneeded
|
Currently this is just a script to demonstrate parsing the
astro.ph
feed, constructing posts, and printing them out. Some features: