Skip to content

NoTeBot: the Telegram Bot that integrates Notion.so

Notifications You must be signed in to change notification settings

silibdev/notebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoTeBot (WIP)

No(tion)Te(legram)Bot

This project aims to integrate Notion.so into Telegram through Telegram Bot API.

Libraries

Dev

Python Dependencies

  • A virtualenv is suggested in order to install python dependencies.
$ virtualenv <env_name>
$ source <env_name>/bin/activate
(<env_name>)$ pip install -r requirements.txt

NOTE
Use this to create deps file pip freeze > requirements.txt

Bot Configuration

The bot api needs a token, this bot searches it in the environment variable TELEGRAM_BOT_TOKEN.
You can retrieve the from BotFather in Telegram.

About

NoTeBot: the Telegram Bot that integrates Notion.so

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages