Giter VIP home page Giter VIP logo

squad303app's People

Contributors

squad303 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

squad303app's Issues

Signal integration

Would be nice to have the possibility to send messages via signal app.

В Украине, not На Украине

Here the message says На Украине, which in Russian is intentionally used to take away from the fact of Ukraine being an independent country. Nobody would ever say На России or На Великобритании. They say В России and В Великобритании, and it should be the same way for Ukraine. It's a bit like the difference between "the Ukraine" and "Ukraine" but much more politically charged.

Also see this section of the Ukrainian Wikipedia.

Edit: Created a pull request.

Moral concerns about this issue

Thanks all the efforts from the initiators and I respect your good intention to protect our world from war.

But I doubt the moral issues about this project:

  1. Privacy. Is this project a leak of personal information and harm the privacy of innocent Russian people? The expose of personal phone number can put the ordinary people in danger of text harassment. 💣
  2. Text content itself. The content of text itself is under the western context, which means the truth we are talking about is just information received from so called free media, we all know these media are run by bussinessman and money driven to report things only meet their interests. Moral concerns yes, but I can not guarantee the text content is absolute true instead of another propaganda. I recommend do more 📄 RESEARCH before sending the text.

As a member of free and open source community, I hope this platform can do its best to help humanity and not only prevent this world from authoritarianism, but also keep an eye 👁️ on the danger of misbelief in western hegemonic context and single ideology.

Consider improving your default messages

I believe this is a very important project, with a good potential, especially now that it has been advertised by Nexta.

However, I'm afraid with the current phrasing and tone of your default messages you will not be able to break through the mental walls of ordinary Russians being flooded by propaganda on TV.

I have some subjective ideas, but I'm not sure if they are good. You need a political communications expert on board who is familiar with the Russian atmosphere.

dashboard to help with translations?

do you think a UI to suggest replies to help engage in conversations would be useful?
having a dialog is probably more persuasive than mass-sending what will appear as propaganda.
eventually with enough learning though it could be turned into a "drip feed" campaign where crowdsourced replies are auto-sent.

UKR Chat

randomize messages using parts to avoid spam filters

if you send the same message over and over its easy for the spam blockers to detect, eg at a gateway level

could we instead have someone create lots of parts of messages
and then create the final message by random assembling the parts?

also maybe some level of editing words to add spaces between
change letters to numbers...
wrong spelling sometimes...

just enough so that for a basic spam filter they don't look the same

ofc more sophisticated filters will still stop this, but its just another layer

attach images?

its easy to attache ?text=xxx
but is there a way to easily include images in a message? that would be very powerful
eg in some binhex attachment that would launch the texting app directly

for whatsapp URL redirect

found some docs on this but can't see about creating images
https://blog.short.io/whats-app/

https://faq.whatsapp.com/iphone/how-to-link-to-whatsapp-from-a-different-app/?lang=en

https://stackoverflow.com/questions/29218378/mobile-website-whatsapp-button-to-send-message-to-a-specific-number/51854282#51854282

Message Translation Feature

It would be helpful to have someone add the code to the site to translate the message into different languages as people like to know what what messages they are sending.

thank you

This does not work

Propaganda works too hard for old people. They don't have internet, they only trust TV. We need a text that will cast doubt on propaganda. For example: По телевизору говорят, что в России большие пенсии и зарплаты. Очевидно, что они ошибаются. По телевизору говорят, что увеличивают пенсионный возраст чтоб можно было активно работать на пенсии. Они не учитывают болезни пенсионеров. Опять ошибка. По телевизору говорят, что раздадут деньги детям и пенсионерам, но большая часть запасов денег в России заблокирована. Придется сделать еще денег, деньги обесценятся и не будет от них смысла. По телевизору говорят, что российские военные освобождают Украину от нацистов. Президент Украины на половину еврей. Нацисты и фашисты не могут выбрать себе президента еврея. Похоже, что телевизор опять врет.

Include text of the messages in source code.

When I sent email, the text of the message wasn’t from GitHub source code.
Please consider to include text in repository to allow provide feedback to improve the messages.

redoing as node app?

I'm not much of a dotnet user, would you consider redoing this with node, or is there another similar project?
javascript would bring a lot more ppl i think

also i saw some video of this running but it was a php script or something...

Fresh WhatsApp account blocked after sending 6-8 messages

Hi,
I bought a fresh phone number for factory-reset smartphone.
I created a new WhatsApp account and started sending messages.
I send +/- 5 messages (received one reply like "No!!! I don't want to talk"), after 5h I sent another 2-3 messages and almost immediately my WhatsApp account has been blocked.

Question: how to prevent blocking account in the future when using fresh SIM card?

I also sent 10 emails - ALL of them were not delivered! Do we know what's algorithm which blocks our emails?

phone numbers API?

there's an API end point, but it's behind cloudflare for ddos

https://1920.in/api

also has pretty strict CORS:

Referrer Policy: strict-origin-when-cross-origin

is there an API key or some way to easily access that from our own apps?

Does a sender understand what the message they send?

I’ve choosen to send email and subject and body was pre-populated in Russian. How people who do not know Russian suppose to understand what information they send?
In particular the subject “Open letter from scientists” didn’t match the content, that quoted “ интервью с Валентиной Мельниковой,секретарем Союза комитетов солдатских матерей”.
Also “to” was populated with one email addresses and 6 other email addresses were as “bcc”. It will be more professional to include all addresses as bcc.

Rand.Next(Int32, Int32)

Your code doesn't include the last phone number from the list Link

[HttpGet]
public IActionResult Get()
{
    var randomNumber = random.Next(0, Phones.Numbers.Length - 1);
    return Ok(Phones.Numbers[randomNumber].ToString());
}

Screenshot 2022-03-19 003814

change random.Next(0, Phones.Numbers.Length - 1) to random.Next(0, Phones.Numbers.Length)

Include Russian language

https://1920.in/ has a few languages but not Russian.
When you want to send messages to Russian people, you should send them in Russian, aren’t you?
Please include support to Russian as well (and probably preferred)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.