this post was submitted on 13 Jun 2025
7 points (81.8% liked)
General Programming Discussion
8944 readers
12 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can build an RSS scraper that posts news from multiple sources to Lemmy. RSS is very well documented and you can use pythorhead to interact with Lemmy.
Alternately, you can scrape data from a currency exchange site and live display their data on your GUI. Trying to scrape sites teaches you a lot of things about how to approach it. You can make use of beautifulsoup library to sort out from the whole site.