Skip to content

scp-079/camera

Repository files navigation

Camera

With this program, you can easily create a bot to send camera videos and photos to a Telegram channel.

How to use

Requirements

  • OS: Raspberry Pi OS
  • Python: 3.7 or higher
  • pip: pip install -r requirements.txt

Files

  • data
    • The folder will be generated when program starts
  • examples
    • config.ini -> ../data/config/config.ini : Configuration example
  • languages
    • cmn-Hans.yml : Mandarin Chinese (Simplified)
  • plugins
    • functions
      • command.py : Functions about command
      • decorators.py : Some decorators
      • etc.py : Miscellaneous
      • file.py : Save files
      • filters.py : Some filters
      • program.py : Functions about program
      • telegram.py : Some telegram functions
      • timers.py : Timer functions
    • handlers
      • command.py : Handle commands
      • message.py: Handle messages
    • __init__.py
    • checker.py : Check the format of config.ini
    • glovar.py : Global variables
    • start.py : Execute before client start
    • version.py : Execute before main script start
  • .gitignore : Specifies intentionally untracked files that Git should ignore
  • dictionary.dic : Project's dictionary
  • LICENSE : GPLv3
  • main.py : Start here
  • pip.sh : Script for updating dependencies
  • README.md : This file
  • requirements.txt : Managed by pip

Contribution

Contributions are always welcome, whether it's modifying source code to add new features or bug fixes, documenting new file formats or simply editing some grammar.

You can also join the discuss group if you are unsure of anything.

Translation

Copyright & License

About

Motion detecting camera with Telegram benefits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published