flask-gopher
A Flask extension to support the Gopher protocol (by michael-lazar)
nntpserver.py
No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers. (by epilys)
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- Sonar - Write Clean Python Code. Always.
- InfluxDB - Access the most powerful time series database as a service
flask-gopher | nntpserver.py | |
---|---|---|
1 | 4 | |
67 | 45 | |
- | - | |
10.0 | 1.0 | |
4 months ago | about 1 year ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU Affero General Public License v3.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
flask-gopher
Posts with mentions or reviews of flask-gopher.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-04.
nntpserver.py
Posts with mentions or reviews of nntpserver.py.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-04.
-
Gopher Protocol (2020)
Here's also a read-only NNTP/Usenet bridge for HN you can self-host https://github.com/epilys/nntpserver.py/blob/main/examples/h...
-
Show HN: Circumflex, browse HN in your terminal
Here's a single file, no dependency nntp / Usenet server library in python3 I wrote. It includes an HN gateway as an example. I have used it with slrn (tui), meli (tui), pan (gui) and thunderbird (gui)
-
Ask HN: I miss Usenet. Are there any modern equivalents?
I wrote a dependency tree python3 library to make your own NNTP servers:
https://pypi.org/project/nntpserver/0.0.3/
https://github.com/epilys/nntpserver.py
It's used in my link aggregator forum, https://sic.pm/ which also has a mailing list bridge functionality.
As a demo, I have implemented a HN mirror on NNTP: (quoting README.md)
hnnntp.py querying news.ycombinator.com (hackernews) API and caching results in an sqlite3 database. A public instance might be online at nessuent.xyz:564 (TLS only)