Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.94 KB

Barebones-Repositories.md

File metadata and controls

65 lines (38 loc) · 1.94 KB
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.

Discord Python Example

This example uses a Python library to interact with the Discord API. Some simple commands, such as ping and echo are provided.

Discord Java Example

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.

Discord C# Example

This example uses a C# library to interact with the Discord API. Some simple commands, such as ping, help, and echo are provided.

Spotify Python Example

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.

Twitter Python Example

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.