horde
pygooglenews
horde | pygooglenews | |
---|---|---|
6 | 9 | |
1,321 | 1,284 | |
- | - | |
6.2 | 0.0 | |
about 2 months ago | about 1 year ago | |
Elixir | Python | |
MIT License | 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.
horde
-
Managing Distributed State with GenServers in Phoenix and Elixir
Note: In addition to DeltaCrdt, other libraries like Horde and Swarm can help you to coordinate processes and state across several nodes in the cluster.
-
Elixir for Ruby developers: the three most important differences
[^3]: https://github.com/derekkraan/horde
- People (even open source maintainers) have lives and jobs and other interests
-
Question about a Decentralized Timeline
CRDTs are one solution to “eventual consistency”. Horde is one option: https://github.com/derekkraan/horde
-
Building a Distributed Turn-Based Game System in Elixir
Horde – Elixir library that provides a distributed and supervised process registry.
-
Write libraries instead of services, where possible
No, typically you register a node and instruct it on what processes to run. But there are libraries to help instrument this kind of behavior.
For elixir:
- https://github.com/derekkraan/horde
- https://github.com/bitwalker/swarm
pygooglenews
- Deep dive into finding RSS feeds
-
Tips for Making a Popular Open-Source Project in 2021 [Ultimate Guide]
I have ~4k start in 2 Python libraries. Both help fetch live news articles. Links below.
These were my first libraries.
I took the approach of promoting them as any other product. You have to "sell" your code. Even if it's 100% free.
In my opinion, the most important thing is DEMO. Just make a GIF where you showcase what your software does:
* 80% of engineers won't even bother to read the description
No one will spend their precious time trying to get through your code.
[0] https://github.com/kotartemiy/newscatcher Programmatically collect normalized news from (almost) any website.
[1] https://github.com/kotartemiy/pygooglenews If Google News had a Python library
-
NLP beginner dataset for text classification, sentiment analysis and/or NER
I wrote a pygooglenews package for news mining out of google news.
-
68k.news: A Netscape 1.1 makeover of Google News
I'm curious where the data get fetched from. The Author mentions that Mozilla Readability and SimplePie are used.
Readability to parse the content. SimplePie to fetch the data (I assume). Dat from RSS feeds?
In case you want to make something similar, I recently wrote a blog on where you could get news data for free [1]
(self-promo) I'd recommend to take a look at my Python package to mine news data from Google News [2]. Also, in 3 days we're releasing an absolutely free News API [3] that will support ~50-100k top stories per day.
[1] https://blog.newscatcherapi.com/an-ultimate-list-of-open-sou...
[2] https://github.com/kotartemiy/pygooglenews
[3] https://newscatcherapi.com/free-news-api
-
Available data set for news headlines or articles over 2019-2020?
I wrote a python package to scrape google news headlines at scale: https://github.com/kotartemiy/pygooglenews
- A Happy and lightweight Python Package that searches Google News and returns a usable JSON response.
-
Write libraries instead of services, where possible
Write libraries AND services, where it makes sense.
I wrote a Python library to scrape google news [0]
We also have it as a service [1]
Want to know why? Because devs who can't pay won't pay. Businesses who can pay will rather pay for a service (API in our case), and not care about maintaining it.
[0] https://github.com/kotartemiy/pygooglenews
[1] https://newscatcherapi.com/google-news-api
-
Financial news
You can use this Python project to scrape Google News (https://github.com/kotartemiy/pygooglenews) If you look at the code you can get a feel of how to call Google News directly.
-
Interview brownie
https://github.com/kotartemiy/pygooglenews https://pypi.org/project/google-play-scraper/
What are some alternatives?
libcluster - Automatic cluster formation/healing for Elixir applications
newscatcher - Programmatically collect normalized news from (almost) any website.
libgit2 - A cross-platform, linkable library implementation of Git that you can use in your application.
Phoenix - Peace of mind from prototype to production
Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications
tictac - Demonstration of building a clustered, distributed, multi-player, turn-based game server written in Elixir.
fastapi-azure-auth - Easy and secure implementation of Azure Entra ID (previously AD) for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
RVS_Spinner - A Fancy "Popup Prize-Wheel Spinner" UIControl
citus - Distributed PostgreSQL as an extension
jOOQ - jOOQ is the best way to write SQL in Java