Skip to content

andanicolae/hootsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For subreddits, searching in the database is case-sensitive, while for the keyword, searching in the database is case-insensitive. Also, for the keyword, matching does not happen on the whole word (i.e. if keyword=class and a submission/comment contains the word "superclass", then the respective submission/comment is returned).

  • Run unittests * python -m unittest discover -v

  • Run Docker composer * sudo docker-compose up --build

  • Check that the containers are up and running * sudo docker ps -a

  • Kill all running containers * sudo docker rm -f $(sudo docker ps -a -q)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published