Skip to content

Telegram web client tailored for participants of Eden / Fractally style DAOs.

License

Notifications You must be signed in to change notification settings

sim31/fractalgram

 
 

Repository files navigation

Fractalgram

Telegram web client tailored for participants of Eden / fractally style DAOs.

This is a fork of Telegram Web A, which adds some additional features to help run Eden / Fractally style meetings. Specifically it adds some buttons to automate creation of polls and other kinds of messages which help reach consensus in these meetings.

See introductory post for details.

Local setup

mv .env.example .env

npm i

Obtain API ID and API hash on my.telegram.org and populate the .env file.

Dev mode

npm run dev

Invoking API from console

Start your dev server and locate GramJS worker in console context.

All constructors and functions available in global GramJs variable.

Run npm run gramjs:tl full to get access to all available Telegram requests.

Example usage:

await invoke(new GramJs.help.GetAppConfig())

About

Telegram web client tailored for participants of Eden / Fractally style DAOs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.3%
  • HTML 24.4%
  • JavaScript 13.1%
  • SCSS 6.1%
  • CSS 0.1%
  • Handlebars 0.0%