title | layout | categories |
---|---|---|
Barebones Repositories |
topic |
resource |
The ACM has provided several "barebones" repositories to help student begin their projects and foster ideas for their unique projects.
It is recommended that you fork and clone these repositories to use them as a starting structure for your own projects. Use of these repositories are optional; they are meant to help, not to restrict.
This example uses a Python library to interact with the Discord API.
Some simple commands, such as ping
and echo
are provided.
This example uses a Java library to interact with the Discord API.
A simple test
command is provided to help you get started with adding
functionality.
This example uses a C# library to interact with the Discord API.
Some simple commands, such as ping
, help
, and echo
are provided.
This example uses a Python library to interact with the Spotify API. After beginning execution, this skeleton bot will begin to output what song the user is listening to.
This example uses a Python library to interact with the Twitter API. Here, the bot displays what user the bot has connected to. Additional functionality may be added from this starting point.