Skip to content

Repository files navigation

Python Telegram signal forwarder

Uses Pipenv https://packaging.python.org/en/latest/tutorials/managing-dependencies/

Get Telegram API key at https://my.telegram.org/.

#copy config
cp .env.example .env
# !! At this point, add your config to .env !!
# install pipenv
python -m pip install --user pipenv
# install project dependencies
pipenv install
# run app (using .env)
pipenv run python main.py
# run app (using custom env file)
pipenv run python main.py .env.gergely
./run.sh .env.gergely
# run all .env files in folder at the same time
./run.sh
# run unit tests
pipenv run python -m unittest discover -s test
# run formatter
pipenv run ruff format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages