/local-hack-day-workshop

⚡ Local Hack Day - Learn workshop run at University of Birmingham

Primary LanguagePython

(https://localhackday.mlh.io/learn/locations/1859)

Reddit + Discord Meme Bot Workshop

Local Hack Day - Learn workshop at the University of Birmingham run by Will Russell.

The presentation can be found here.

The following libraries were used:

Setup

You'll need some tokens/unique IDs/secrets to get started. Follow the guides below to get these. These will all belong inside of config.json. See template/config_template.json for a template.

Development

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Run

(.venv) $ python -m discord_bot

Credit

The deepfry functionality was used from deeppyer. Some adjustments were made for maximum edge.