gospider
gofeed
gospider | gofeed | |
---|---|---|
- | 4 | |
203 | 2,626 | |
- | 1.1% | |
3.6 | 3.1 | |
almost 4 years ago | 21 days ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gospider
We haven't tracked posts mentioning gospider yet.
Tracking mentions began in Dec 2020.
gofeed
-
IndieWebifying my Website Part 1 - Microformats and Webmentions
Luckily I did not have to implement any of this myself apart from some glue code to fit it together: I used the library gocron for scheduling the regular intervals, gofeed for parsing the RSS feed and webmention for extracting links and sending webmentions.
-
Show HN: The Brutalist Report – A rolling snapshot of the day’s headlines
The whole thing is written in Go on my end. Ingesting new headlines is handled in a goroutine that spawns within the process every 30 mins using a combo of the wonderful gofeed (https://github.com/mmcdole/gofeed) and colly (https://github.com/gocolly/colly) libraries.
When loading the front page, you're loading a 1-minute-cached HTML page of it that was constructed out of headlines already in my PostgreSQL database that were put there by the ingestion goroutine.
I like the idea of word clouds actually, I think you're on to something there. I think you just need to pre-generate them rather than doing it adhoc (if that's what you're doing here) for speed. Additionally, perhaps consider using sentiment in a way that orients stories based on positive and negative sentiment. Right now I am not seeing how I as a visitor/user can act on the sentiment analysis as it is presented now.
It would be neat to see a collection of uplifting stories grouped together through the sentiment analysis.
Anyway, food for thought. I hope you keep hacking away on it as it's just good fun to build things.
- Automatice el README para su perfil de GitHub con Go y GitHub Actions
-
Automate Your GitHub Profile README with Go and GitHub Actions
I needed to scan the blog feed and wanted to do it in Go, so the first thing I did was look for any libraries that would make it easier for me not to reinvent the wheel and I found the github.com/mmcdole/gofeed. It had a lot of features but I had enough with the basic use described in its README.
What are some alternatives?
omniparser - omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
gographviz - Parses the Graphviz DOT language in golang
GoQuery - A little like that j-thing, only in Go.
go-nmea - A NMEA parser library in pure Go
blackfriday - Blackfriday: a markdown processor for Go
go-pkg-rss
commonregex - 🍫 A collection of common regular expressions for Go
micro-editor - A modern and intuitive terminal-based text editor
toml - TOML parser for Golang with reflection.
ODF - Open Document Format (ODF) generator library for Go.
xpath - XPath package for Golang, supports HTML, XML, JSON document query.
xml - Package feed implements a flexible, robust and efficient RSS and Atom parser