site/index.adoc

42 lines
936 B
Plaintext
Raw Normal View History

2020-05-16 04:35:40 +00:00
= irctokens
hello there
2020-05-19 00:08:06 +00:00
this is the project page for a collection of irc libraries
and eventually clients.
2021-09-23 16:12:10 +00:00
come chat on irc with us: https://web.libera.chat/#irctokens[#irctokens]
2020-05-25 04:43:50 +00:00
2020-05-16 04:35:40 +00:00
the canonical source is the python version:
== python
irctokens::
* https://github.com/jesopo/irctokens[source]
* https://pypi.org/project/irctokens/[pip]
ircstates::
* https://github.com/jesopo/ircstates[source]
* https://pypi.org/project/ircstates/[pip]
ircrobots::
* https://github.com/jesopo/ircrobots[source]
* https://pypi.org/project/ircrobots/[pip]
== c# port
ircsharp::
2020-11-05 15:41:50 +00:00
* https://tildegit.org/irctokens/ircsharp[source]
2020-05-16 04:35:40 +00:00
* https://www.nuget.org/packages/IRCTokens/[IRCTokens package]
* https://www.nuget.org/packages/IRCStates/[IRCStates package]
2021-09-23 16:10:27 +00:00
== js port
irctokens::
* https://github.com/swantzter/irctokens-js[source]
* https://www.npmjs.com/package/irctokens[npm]
ircstates::
* https://github.com/swantzter/ircstates-js[source]