Skip to content

ewaMiazga/lauzHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bots and APIs, SLIDES

First used at a mini-hackathon (Nov 11, 2023).

Slides and recordings can be found here: https://go.epfl.ch/telegram-apis

Installation

# 1) create and activate virtual environment
# -- EITHER with conda
conda create -n apis_env python=3.11
conda activate apis
# -- OR with venv
python3.11 -m venv apis_env
source apis_env/bin/activate

# 2) install dependencies
(apis_env) pip install -r requirements.txt

Usage

  1. Follow along the slides on making a Telegram bot and APIs: link.
  2. Dive deeper with a specific bot - PaperBoat - to learn about about OpenAI, LangChain, and scrapping: link.

About

LauzHack trail respository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages