Skip to content

hharchani/stopstalk

 
 

Repository files navigation

StopStalk

Stop stalking and Start StopStalking 😎

Module Requirements

  1. parsedatetime pip install parsedatetime (Version 1.5)
  2. gevent pip install greenlet (Version 0.4.9)
  3. beautifulsoup pip install beautifulsoup4 (Version 4.2.1)
  4. requests pip install requests (Version 2.7.0)

Installation

  1. Install web2py in a directory

    git clone --recursive https://github.com/web2py/web2py.git

    If you have it already jump to step 2.

  2. Navigate into the applications directory in web2py directory.

    cd web2py/applications/

  3. Install StopStalk by cloning this repository

    git clone https://github.com/raj454raj/stopstalk.git

  4. Navigate back to the web2py folder and start the web2py server.

    cd .. // Assuming you are in the applications directory

    python web2py -a yourPassword // Choose any password

  5. Open the browser and go to the URL -

    http://localhost:8000/stopstalk/

Note:

  • The database will be completely empty after installation
  • The first user who registers will be the Administrator and will have access to appadmin
  1. Done. 😄

Contribute

  1. Fork the repository

  2. Clone your forked repository

  3. Find any of the issues from here - [Issues] (https://github.com/raj454raj/stopstalk/issues) and try solving it or any other enhancements

  4. Solve the bug or enhance the code and send a Pull Request!

    Note: Make sure to add the issue number in the commit message.

    Example Commit message: Solved Issue #5

  5. I will review it as soon as possible.

Configuration

Configure the models/000_config.py file as per your requirement.

Contact

Email: raj454raj@gmail.com

Website: https://whoisraj454raj.com

About

Stop stalking and Start StopStalking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.1%
  • CSS 30.1%
  • JavaScript 26.6%
  • HTML 4.2%