Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

pydsigner/anontalk.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anontalk.io

anontalk.io is a minimal open-source chat application. All of the users are connected to a single room, and can enjoy communicating with each other without being tied down to a permanent username or account.

Requirements

Running

Step 1. Create the config file (./anontalk.conf)

[anontalk]
ip = 127.0.0.1:5000
key = PayPalKey
debug = True

Run it!

python anontalk.py

How do I contribute?

  • Stay active on anontalk.io
  • Join ##jesseh on Freenode, and tell me about your ideas
  • Submit a PR!
  • Donate to keep the server running, by clicking Donate at anontalk.io

About

An minimal open-source chat application that uses Flask. http://anontalk.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.6%
  • CSS 23.1%
  • Python 15.3%