Skip to content

Contributing to SocialFish

Alisson Moretto edited this page Mar 6, 2019 · 2 revisions

THE FOLLOWING CODING RULES MAKE THE TOOL BETTER

  • Keep the code clean.
  • 'Pythonify' everything (Try to avoid the call of system shell functions, like os.system()).
  • Remove the database file before send the Pull Request.
  • Every function must start with a lower case character, def myFunc().

CUSTOM PAGE RULES

  • Do not use obfuscated code.
  • Every page must be responsible.
  • Do not send us bank pages.

We do not accept illegal features.

SocialFish is a security tool designed for good purposes, keep it in mind when you send us your new features.

Clone this wiki locally