Skip to content

The biggest problem that any chat application has is dealing with spam bots. This is an attempt to build a chat application that has an inherent way of detecting and blocking spam

License

Notifications You must be signed in to change notification settings

shrikrishnaholla/kasa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spam-free-chat

The biggest problem that any chat application has is dealing with spam bots. This is an attempt to build a chat application that has an inherent way of detecting and blocking spam

To run, clone the project (Including the dataset, around 4 MB) and run the following commands before trying to run it

    #apt-get install python-pip  
    #apt-get install python-dev  
    #apt-get install libevent-dev  
    #pip install gevent-socketio==0.3.5-rc2  

Then run

    $python server.py

and go to http://localhost:8080

About

The biggest problem that any chat application has is dealing with spam bots. This is an attempt to build a chat application that has an inherent way of detecting and blocking spam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published