Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srikanth-kandi/my_bot
https://github.com/srikanth-kandi/my_bot
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srikanth-kandi/my_bot
- Owner: srikanth-kandi
- License: apache-2.0
- Created: 2023-10-18T16:49:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T12:51:23.000Z (8 months ago)
- Last Synced: 2024-10-07T06:41:26.826Z (30 days ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Robot Package Template
This is a GitHub template. You can make your own copy by clicking the green "Use this template" button.
It is recommended that you keep the repo/package name the same, but if you do change it, ensure you do a "Find all" using your IDE (or the built-in GitHub IDE by hitting the `.` key) and rename all instances of `my_bot` to whatever your project's name is.
Note that each directory currently has at least one file in it to ensure that git tracks the files (and, consequently, that a fresh clone has direcctories present for CMake to find). These example files can be removed if required (and the directories can be removed if `CMakeLists.txt` is adjusted accordingly).