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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,722 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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())

Dependencies

Bug reports and Suggestions

If you find an issue with this app, let Telegram know using the Suggestions Platform.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 68.5%
  • HTML 22.6%
  • SCSS 6.4%
  • JavaScript 2.0%
  • Rust 0.3%
  • CSS 0.2%